@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/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4612'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 25x20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4612'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4613'^^xsd:string;
  dwc:scientificName 'Gonyaulax apiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 63321 µm³; Cell size = 57x46 µm'^^xsd:string;
  dwc:aphiaid '110010'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4613'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '662355'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4614'^^xsd:string;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4614'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4615'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28524 µm³; Cell size = 47x34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4615'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4616'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7117 µm³; Cell size = 34x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4616'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4617'^^xsd:string;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17661 µm³; Cell size = 40x29 µm'^^xsd:string;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4617'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4618'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4618'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4619'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4619'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4620> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4620'^^xsd:string;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 60480 µm³; Cell size = 48x50 µm'^^xsd:string;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4620'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4621'^^xsd:string;
  dwc:scientificName 'Peridinium triquetra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3793 µm³; Cell size = 25x17 µm'^^xsd:string;
  dwc:aphiaid '163836'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4621'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '1346683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4622'^^xsd:string;
  dwc:scientificName 'Peridinium brevipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5575 µm³; Cell size = 22x22 µm'^^xsd:string;
  dwc:aphiaid '156515'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4622'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4623'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33650 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4623'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4624'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40x40 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4624'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4625'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2363 µm³; Cell size = 20x15 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4625'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4626'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4626'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4627'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 18612 µm³; Cell size = 46x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4627'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4628'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9910 µm³; Cell size = 39x22 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4628'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4629'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1775 µm³; Cell size = 22x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4629'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4630> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4630'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2465 µm³; Cell size = 28x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4630'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4631'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23875 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4631'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4632'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 82381 µm³; Cell size = 68 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4632'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4633'^^xsd:string;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5265 µm³; Cell size = 45x30 µm'^^xsd:string;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4633'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4634'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '20.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40326 µm³; Cell size = 68x34 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4634'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4635'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '43.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 87768 µm³; Cell size = 148x34 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4635'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4636'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 112 µm³; Cell size = 68x2.5 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4636'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4637'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4637'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4638'^^xsd:string;
  dwc:scientificName 'Thalassiosira nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 339 µm³; Cell size = 48x3 µm'^^xsd:string;
  dwc:aphiaid '149227'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4638'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4639'^^xsd:string;
  dwc:scientificName 'Chaetoceros insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 257 µm³; Cell size = 7x10 µm'^^xsd:string;
  dwc:aphiaid '575742'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4639'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '575742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4640'^^xsd:string;
  dwc:scientificName 'Euglena sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 472 µm³; Cell size = 25x12 µm'^^xsd:string;
  dwc:aphiaid '8012'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4640'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '8012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4601'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³;; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4601'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4602'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1065 µm³; Cell size = 16.8x11 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4602'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4603'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42 µm³; Cell size = 6x3 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4603'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4604'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113 µm³; Cell size = d=6 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4604'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4605'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = d=2.5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4605'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4606'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = 2,5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4606'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4607'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4607'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4608'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42 µm³; Cell size = 5x4 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4608'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4609'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 10x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4609'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4610'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = d=12 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4610'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4945"^^xsd:decimal ;
  dwc:decimalLongitude "30.7384"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4945 30.7384)"^^geo:wktLiteral ;
  geo-pos:lat "46.4945"^^xsd:decimal ;
  geo-pos:long "30.7384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "Odessa port" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4611'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '1'^^xsd:integer;
  dwc:fieldNumber 'Odessa port'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '30.7384'^^xsd:double;
  dwc:latitude '46.4945'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4 µm³; Cell size = 2 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4611'^^xsd:string;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4695'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4695'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4641> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4641'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 524 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4641'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4642'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4642'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4643'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '3.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 856 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4643'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4644'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4644'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4645'^^xsd:string;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8x8 µm'^^xsd:string;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4645'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4646'^^xsd:string;
  dwc:scientificName 'Chaetoceros insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '4.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 257 µm³; Cell size = 7x10 µm'^^xsd:string;
  dwc:aphiaid '575742'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4646'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '575742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4647'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '12.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 470 µm³; Cell size = 14x8 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4647'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4648'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4648'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4649'^^xsd:string;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '4.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 923 µm³; Cell size = 14x6 µm'^^xsd:string;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4649'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4650'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '25.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 339 µm³; Cell size = 12x5 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4650'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4651'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '3.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1708 µm³; Cell size = 34x8 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4651'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4652'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4652'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4653'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '19.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 597 µm³; Cell size = 190x2 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4653'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4654'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '16.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 489 µm³; Cell size = 19x7 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4654'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4655'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = d=2.5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4655'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4656'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 29 µm³; Cell size = 6x2.5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4656'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4657'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4657'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4658'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 502 µm³; Cell size = 160 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4658'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4659'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 424 µm³; Cell size = 135 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4659'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4660'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 440 µm³; Cell size = 140 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4660'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4661'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 377 µm³; Cell size = 120 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4661'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4662'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '4.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4662'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4663> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4663'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '5.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4663'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4664'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '13.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4664'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4665> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4665'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '5.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 46305 µm³; Cell size = 50x42 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4665'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4666'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '10.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4666'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4667'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '4.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4667'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4668'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34x34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4668'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4669'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4669'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4670'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '14.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4670'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4671> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4671'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '12.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4671'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4672'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4672'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4673'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9165 µm³; Cell size = 28x25 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4673'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4674'^^xsd:string;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '2.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 30x25 µm'^^xsd:string;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4674'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4675'^^xsd:string;
  dwc:scientificName 'Gymnodinium rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '28.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 30x25 µm'^^xsd:string;
  dwc:aphiaid '163820'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4675'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '663873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4676'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '8.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16538 µm³; Cell size = 35x30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4676'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4677'^^xsd:string;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4677'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4678'^^xsd:string;
  dwc:scientificName 'Peridinium crassipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '25.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 205800 µm³; Cell size = 70x80 µm'^^xsd:string;
  dwc:aphiaid '163857'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4678'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4679'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '8.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 68947 µm³; Cell size = 57x48 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4679'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4680'^^xsd:string;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1125 µm³; Cell size = 17x14 µm'^^xsd:string;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4680'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4681> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4681'^^xsd:string;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 30x25 µm'^^xsd:string;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4681'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4682> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4682'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22004 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4682'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4683'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '20.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17955 µm³; Cell size = 57x30 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4683'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4684'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '3.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 285x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4684'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4685> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4685'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4685'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4686'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '9.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1258 µm³; Cell size = 20x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4686'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4717'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4717'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4718> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4718'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4718'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4719'^^xsd:string;
  dwc:scientificName 'Scenedesmus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 210 µm³; Cell size = 7x19 µm'^^xsd:string;
  dwc:aphiaid '160602'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4719'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '160602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4720'^^xsd:string;
  dwc:scientificName 'Scenedesmus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '160602'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4720'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '160602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4721'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4721'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4722'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4722'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4723> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4723'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11 µm³; Cell size = 5x2 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4723'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4724'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4724'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4725'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16538 µm³; Cell size = 30x35 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4725'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4726'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4726'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4727'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4727'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4728'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4728'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4729'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '13.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26593 µm³; Cell size = 37 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4729'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4730> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4730'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4730'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4731'^^xsd:string;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3793 µm³; Cell size = 17x25 µm'^^xsd:string;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4731'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4732'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '11.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17955 µm³; Cell size = 30x57 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4732'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4733'^^xsd:string;
  dwc:scientificName 'Exuviaello cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20x20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4733'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4734'^^xsd:string;
  dwc:scientificName 'Oxytoxum sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 591 µm³; Cell size = 20x15 µm'^^xsd:string;
  dwc:aphiaid '109528'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4734'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '109528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4735'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1258 µm³; Cell size = 20x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4735'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4736'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '166.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4736'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4737'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '76.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2830 µm³; Cell size = 30x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4737'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4738'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '26.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4240 µm³; Cell size = 34x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4738'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4739'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '8.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23875 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4739'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4740'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5338 µm³; Cell size = 68x10 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4740'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4741'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '51.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 206901 µm³; Cell size = 228x34 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4741'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4742'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '92.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 147282 µm³; Cell size = 319x30 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4742'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4743'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '13.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 52634 µm³; Cell size = 114x30 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4743'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4744> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4744'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '33.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 53631 µm³; Cell size = 216x22 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4744'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4745'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '90.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 360015 µm³; Cell size = 216x57 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4745'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4746'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '69.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 552330 µm³; Cell size = 170x57 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4746'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4747'^^xsd:string;
  dwc:scientificName 'Euglena sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 472 µm³; Cell size = 12x25 µm'^^xsd:string;
  dwc:aphiaid '8012'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4747'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '8012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4702'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '50.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 201353 µm³; Cell size = 285x30 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4702'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4703'^^xsd:string;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '106.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 849350 µm³; Cell size = d=148 µm'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4703'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4704> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4704'^^xsd:string;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '3.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25491 µm³; Cell size = 902x6 µm'^^xsd:string;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4704'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4705'^^xsd:string;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11389 µm³; Cell size = 403x6 µm'^^xsd:string;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4705'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4706> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4706'^^xsd:string;
  dwc:scientificName 'Oscillatoria sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5737 µm³; Cell size = 203x6 µm'^^xsd:string;
  dwc:aphiaid '146549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4706'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '146549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4707> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4707'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4707'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4708'^^xsd:string;
  dwc:scientificName 'Chaetoceros rigidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 541 µm³; Cell size = 9x17 µm'^^xsd:string;
  dwc:aphiaid '575743'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4708'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '575743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4709'^^xsd:string;
  dwc:scientificName 'Chaetoceros simplex'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '149294'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4709'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149294'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4710'^^xsd:string;
  dwc:scientificName 'Chaetoceros insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 257 µm³; Cell size = 7x10 µm'^^xsd:string;
  dwc:aphiaid '575742'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4710'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '575742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4711> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4711'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 470 µm³; Cell size = 8x14 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4711'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4712'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '14.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 452 µm³; Cell size = 16x6 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4712'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4713'^^xsd:string;
  dwc:scientificName 'Thalassiosira nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³; Cell size = 3x50 µm'^^xsd:string;
  dwc:aphiaid '149227'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4713'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4714'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 3x40 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4714'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4715'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 189 µm³; Cell size = 80x3 µm'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4715'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4716'^^xsd:string;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '3'^^xsd:integer;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 98 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4716'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4687'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '90.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1965 µm³; Cell size = 25x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4687'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4688'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '132.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3065 µm³; Cell size = 30x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4688'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4689'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '72.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 52634 µm³; Cell size = 114x30 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4689'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4690> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4690'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '100'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 266678 µm³; Cell size = 160x57 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4690'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4691'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '14.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23662 µm³; Cell size = 205x15 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4691'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4692'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '32.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 128094 µm³; Cell size = 216x34 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4692'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4693'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '58.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 78489 µm³; Cell size = 170x30 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4693'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4694'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 115 µm³; Cell size = 70x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4694'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4696> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4696'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4019 µm³; Cell size = 80x8 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4696'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4697'^^xsd:string;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1584 µm³; Cell size = 20x15 µm'^^xsd:string;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4697'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4698'^^xsd:string;
  dwc:scientificName 'Melosira moniliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2096 µm³; Cell size = 20x10 µm'^^xsd:string;
  dwc:aphiaid '418547'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4698'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '418547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4699'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '1.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 962 µm³; Cell size = 17x12 µm'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4699'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4700> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4700'^^xsd:string;
  dwc:scientificName 'Chaetoceros rigidus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 541 µm³; Cell size = 17x9 µm'^^xsd:string;
  dwc:aphiaid '575743'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4700'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '575743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.4"^^xsd:decimal ;
  dwc:decimalLongitude "31.4666666666667"^^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"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.4 31.4666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.4"^^xsd:decimal ;
  geo-pos:long "31.4666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4701'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '2\''^^xsd:string;
  dwc:fieldNumber '4815'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.466666666667'^^xsd:double;
  dwc:latitude '46.4'^^xsd:double;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14'^^xsd:integer;
  dwc:observedWeight '90.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 362435 µm³; Cell size = 513x30 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4701'^^xsd:string;
  dwc:observationDate '1991-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4834'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 275 µm³; Cell size = 5x14 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4834'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4835'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = 2,5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4835'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4836'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4836'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4837'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4837'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4838'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '1.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4838'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4839'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4 µm³; Cell size = 2 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4839'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4840> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4840'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12348 µm³; Cell size = 28x30 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4840'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4841'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4841'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4842'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4842'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4843'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4843'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4844'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4588 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4844'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4845'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4845'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4846'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2376 µm³; Cell size = 20x30 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4846'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4847'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4233 µm³; Cell size = 18x25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4847'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4848'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '2.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4848'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4849'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4233 µm³; Cell size = 18x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4849'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4850'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4850'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4851'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4851'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4852'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '6.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4852'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4853'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '21.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3537 µm³; Cell size = 30x15 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4853'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4854'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4240 µm³; Cell size = 34x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4854'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4855'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '3.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4540 µm³; Cell size = 38x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4855'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4856'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1467 µm³; Cell size = 20x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4856'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4857'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '40.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 106760 µm³; Cell size = 340x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4857'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4858'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13954 µm³; Cell size = 68x20 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4858'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4859'^^xsd:string;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '12.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 190998 µm³; Cell size = 90 µm'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4859'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4860'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '2.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4860'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4861'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '7'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:observedWeight '7.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3308 µm³; Cell size = 15x28 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4861'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4756'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4756'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4757> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4757'^^xsd:string;
  dwc:scientificName 'Peridinium triquetrum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4233 µm³; Cell size = 18x25 µm'^^xsd:string;
  dwc:aphiaid '233638'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4757'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110153'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4758'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24276 µm³; Cell size = 34x40 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4758'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4759'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4759'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4760'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 14x25 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4760'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4761'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2876 µm³; Cell size = 14x28 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4761'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4762'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3634 µm³; Cell size = 12x34 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4762'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4763'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23875 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4763'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4764> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4764'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3925 µm³; Cell size = 10x50 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4764'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4765'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1746 µm³; Cell size = 14x17 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4765'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4766'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 452 µm³; Cell size = 6x16 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4766'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4767> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4767'^^xsd:string;
  dwc:scientificName 'Cyclotella caspia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 539 µm³; Cell size = 7x14 µm'^^xsd:string;
  dwc:aphiaid '163196'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4767'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '163196'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4768'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.004'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4768'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4769'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 606 µm³; Cell size = 193x2 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4769'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4770'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 210 µm³'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4770'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4771'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 573 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4771'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4772'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '3.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1746 µm³; Cell size = 14x17 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4772'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4773'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4773'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4774'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4774'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4775'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4775'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4776'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4776'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4777'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.003'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6 µm³; Cell size = 3x2 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4777'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4778'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = 2,5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4778'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4779'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4 µm³; Cell size = 2 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4779'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4780'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4780'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4781'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9040 µm³; Cell size = 25x60 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4781'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4782'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '4.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4782'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4783'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1219 µm³; Cell size = 18 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4783'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4784'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4784'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4800'^^xsd:string;
  dwc:scientificName 'Euglena sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 234 µm³; Cell size = 14x8 µm'^^xsd:string;
  dwc:aphiaid '8012'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4800'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '8012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4801'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 756 µm³; Cell size = 80x6 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4801'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4802'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '7.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2573 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4802'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4803'^^xsd:string;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4803'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4804'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4804'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4805> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4805'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4805'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4806'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4806'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4807'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4807'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4808> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4808'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 131 µm³; Cell size = 10x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4808'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4809'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5mu µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4809'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4810'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3062 µm³; Cell size = 18 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4810'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4811'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 30x8 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4811'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4812'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3725 µm³; Cell size = 18x22 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4812'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4813'^^xsd:string;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4813'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4814'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4814'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4815'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12x16 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4815'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4816'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20x32 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4816'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4817'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8215 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4817'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4818> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4818'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4818'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4819'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4250 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4819'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4820'^^xsd:string;
  dwc:scientificName 'Cladopyxis sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1441 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109509'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4820'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4821'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16136 µm³; Cell size = 34x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4821'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4822'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4822'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4823'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1467 µm³; Cell size = 20x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4823'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4824> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4824'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '6.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4824'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4825'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '22.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2465 µm³; Cell size = 28x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4825'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4826'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3219 µm³; Cell size = 32x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4826'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4827'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3634 µm³; Cell size = 34x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4827'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4828'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '31.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83210 µm³; Cell size = 265x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4828'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4829'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 60489 µm³; Cell size = 34x102 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4829'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4830'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1746 µm³; Cell size = 14x17 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4830'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4831'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '10.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3308 µm³; Cell size = 15x28 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4831'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4832'^^xsd:string;
  dwc:scientificName 'Acanthoica sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '115083'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4832'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '115083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4833'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '6'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 235 µm³; Cell size = 14x8 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4833'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4785'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '1.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17199 µm³; Cell size = 40x35 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4785'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4786'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11156 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4786'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4787'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '2.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47841 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4787'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4788'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 10x5 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4788'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4789'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4789'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4790'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '8.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2465 µm³; Cell size = 28x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4790'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4791'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '1.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3219 µm³; Cell size = 32x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4791'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4792'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '10.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4754 µm³; Cell size = 36x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4792'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4793'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '1.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23875 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4793'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4794'^^xsd:string;
  dwc:scientificName 'Pleurosigma sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2448 µm³; Cell size = 80x10 µm'^^xsd:string;
  dwc:aphiaid '149181'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4794'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4795'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28305 µm³; Cell size = 114x22 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4795'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4796'^^xsd:string;
  dwc:scientificName 'Cyclotella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 402 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '148905'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4796'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '148905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4797'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113 µm³; Cell size = d=6 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4797'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4798'^^xsd:string;
  dwc:scientificName 'Amphora sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3738 µm³; Cell size = 46x25 µm'^^xsd:string;
  dwc:aphiaid '149200'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4798'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "1"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4799'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '5 (4)'^^xsd:string;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '1'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 118 µm³; Cell size = 50x3 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4799'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4748> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4748'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8 µm³; Cell size = d=2.5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4748'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4749'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4749'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4750'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5 µm³; Cell size = d=2-2.5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4750'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4751> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4751'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 333 µm³; Cell size = 9x8.4 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4751'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4752> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4752'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = d=8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4752'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4753'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 311 µm³; Cell size = d=8.4 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4753'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4754'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4754'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.15"^^xsd:decimal ;
  dwc:decimalLongitude "31.51666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.15 31.51666667)"^^geo:wktLiteral ;
  geo-pos:lat "46.15"^^xsd:decimal ;
  geo-pos:long "31.51666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4755'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '4'^^xsd:integer;
  dwc:fieldNumber '4816'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.51666667'^^xsd:double;
  dwc:latitude '46.15'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4189 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4755'^^xsd:string;
  dwc:observationDate '1991-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5983> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5983'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5983'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5984'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16943 µm³; Cell size = 130x28 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5984'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5985> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5985'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5985'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5986> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5986'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '67.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5986'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5987'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 79 µm³; Cell size = 12x5 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5987'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5988'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '753.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 548126 µm³; Cell size = 570x35 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5988'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5989> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5989'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23550 µm³; Cell size = 10x300 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5989'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5990'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '39.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28637 µm³; Cell size = 8x570 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5990'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5991> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5991'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5991'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5992> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5992'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 786 µm³'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5992'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5993'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5993'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5994'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5994'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5995> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5995'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '23.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5995'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5996'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5996'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6015'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65205 µm³; Cell size = 46x90 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6015'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6016'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6016'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6017'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '55.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 88313 µm³; Cell size = 15x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6017'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6018> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6018'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '44.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27475 µm³; Cell size = 10x350 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6018'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6019'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '36.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 288488 µm³; Cell size = 35x300 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6019'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6020'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6673 µm³; Cell size = 5x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6020'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6021'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28637 µm³; Cell size = 8x570 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6021'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6022'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6280 µm³; Cell size = 10x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6022'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6023> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6023'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6023'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6024> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6024'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6024'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6032'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6032'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6033'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6033'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6034'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6034'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6035> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6035'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6035'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6036'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '43.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6036'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6037> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6037'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '53.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6037'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6038> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6038'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '45.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6038'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6039> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6039'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2948 µm³; Cell size = 16x22 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6039'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6040> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6040'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 632 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6040'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6041'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 528 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6041'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6042> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6042'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6042'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6043> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6043'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '14'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6043'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6044> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6044'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6044'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6045> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6045'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6045'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6046> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6046'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '25.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6046'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6047> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6047'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6047'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6048> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6048'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6048'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6049> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6049'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '3.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6049'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6050> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6050'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6050'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6051> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6051'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '3.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24494 µm³; Cell size = 36 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6051'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6052> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6052'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6052'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5959'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5959'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5960'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5960'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5961'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5961'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5962> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5962'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '35.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5962'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5963'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '43.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5963'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5964'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5964'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5965'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5965'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5966'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5966'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5967'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5967'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5968> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5968'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 67 µm³; Cell size = 4x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5968'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5969> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5969'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5969'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5970> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5970'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5970'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5971'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5971'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5972> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5972'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5972'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5973'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5973'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5974> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5974'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5974'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5975> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5975'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5975'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5976> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5976'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '19.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5976'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5977> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5977'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5977'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5978> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5978'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5978'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5979> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5979'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5979'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5980> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5980'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '51.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5980'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5981> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5981'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5981'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5982'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '43'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5982'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6053'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25x25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6053'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6054> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6054'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '33.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 22x300 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6054'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6055'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '42.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 68643 µm³; Cell size = 25x370 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6055'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6056> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6056'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 34x136 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6056'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6057> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6057'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '11.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23110 µm³; Cell size = 8x460 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6057'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6058> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6058'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '38.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 308536 µm³; Cell size = 34x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6058'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6059> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6059'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '30.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40624 µm³; Cell size = 15x230 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6059'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6060> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6060'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '24.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27475 µm³; Cell size = 10x350 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6060'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6061'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '18.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151898 µm³; Cell size = 15x860 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6061'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6062'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 3x40 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6062'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6063> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6063'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 2.5x84 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6063'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6064> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6064'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6064'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6065> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6065'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6065'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6066> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6066'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6066'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6085'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6085'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6086'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6086'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6087'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1767 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6087'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6088> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6088'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6088'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6089> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6089'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6089'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6090'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6090'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6091> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6091'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6091'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6092'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6092'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6093> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6093'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6093'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6094> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6094'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6094'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6095> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6095'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6095'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6096> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6096'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 38 µm³; Cell size = 3x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6096'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6097> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6097'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47\''^^xsd:string;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6097'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6067> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6067'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6067'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6068> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6068'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6068'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6069> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6069'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6069'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6070'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6070'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6071'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6071'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6072> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6072'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6072'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6073> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6073'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = d=16 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6073'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6074> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6074'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '50.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 57698 µm³; Cell size = 22x380 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6074'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6075> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6075'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 34x136 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6075'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6076> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6076'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13345 µm³; Cell size = 10x170 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6076'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6077'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 3x40 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6077'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6078> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6078'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.004'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6078'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6079'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6079'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6080> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6080'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 67 µm³; Cell size = 4x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6080'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6081> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6081'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6081'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6082> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6082'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6082'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6083'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6083'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6084> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6084'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '46'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6084'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5997'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '41.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5997'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5998'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '48.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5998'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5999'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '28.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5999'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6000> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6000'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6000'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6001'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6001'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6002'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 67 µm³; Cell size = 4x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6002'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6003'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6003'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6004'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6004'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6005> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6005'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2688 µm³; Cell size = 16x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6005'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6006'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6006'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6007'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '14.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6007'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6008'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6008'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6009'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6009'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6010'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6010'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6011> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6011'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6011'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6012> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6012'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6012'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6013> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6013'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6013'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6014> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6014'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '10.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42525 µm³; Cell size = 45x60 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6014'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6025'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6025'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6026> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6026'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6026'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6027> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6027'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6027'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6028> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6028'^^xsd:string;
  dwc:scientificName 'Distephanus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '44'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160554'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6028'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '836683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6029'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '18.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6029'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6030> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6030'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 209 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6030'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6031> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.798"^^xsd:decimal ;
  dwc:decimalLongitude "31.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "23"^^xsd:integer ;
  dwc:maximumDepthInMeters "23"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.798 31.538)"^^geo:wktLiteral ;
  geo-pos:lat "43.798"^^xsd:decimal ;
  geo-pos:long "31.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6031'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '45'^^xsd:integer;
  dwc:fieldNumber '4871'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.538'^^xsd:double;
  dwc:latitude '43.798'^^xsd:double;
  dwc:minimumDepth '23'^^xsd:integer;
  dwc:maximumDepth '23'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6031'^^xsd:string;
  dwc:observationDate '1991-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4871'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4 µm³; Cell size = 2 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4871'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4968> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4968'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4968'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4969'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 325 µm³; Cell size = 3x46 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4969'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4970> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4970'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 118 µm³; Cell size = 3x50 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4970'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4868'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4868'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4869'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4869'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4870'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4870'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4953'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '14.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4953'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4954'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4954'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4955> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4955'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4955'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4956> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4956'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15435 µm³'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4956'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4957'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = 30x45 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4957'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4958'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4958'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4959> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4959'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13125 µm³; Cell size = 25x40 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4959'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4960'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4960'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4961> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4961'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '29'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 115989 µm³; Cell size = 57x68 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4961'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4962> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4962'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '16.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65205 µm³; Cell size = 46x90 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4962'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4963> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4963'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '5.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 330x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4963'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4964> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4964'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '8.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 67645 µm³; Cell size = 148x62 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4964'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4965> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4965'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7428 µm³; Cell size = 14x45 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4965'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4966> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4966'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '6.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 108283 µm³; Cell size = 285x22 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4966'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4967> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4967'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '22.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 362435 µm³; Cell size = 513x30 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4967'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4877'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13125 µm³; Cell size = 25x40 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4877'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4878'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4878'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4879'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4879'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4880'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12600 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4880'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4881'^^xsd:string;
  dwc:scientificName 'Dinophysis ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3413 µm³; Cell size = 45x68 µm'^^xsd:string;
  dwc:aphiaid '109642'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4881'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4882'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4882'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4883> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4883'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4883'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4862'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '13.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 685 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4862'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4863'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 573 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4863'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4864'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4864'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4865'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 236 µm³; Cell size = 5x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4865'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4866> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4866'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '11.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4866'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4867'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4867'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4911'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5 µm³; Cell size = d=2.5-2 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4911'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4912'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4912'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4913> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4913'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4913'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4914'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4914'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4915'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4915'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4916'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4916'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4917'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4917'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4872'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 10x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4872'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4873'^^xsd:string;
  dwc:scientificName 'Pterosperma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '376081'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4873'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '376081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4874'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4874'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4875'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 666 µm³; Cell size = 8x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4875'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4890'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76000 µm³; Cell size = 25x400 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4890'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4891'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102992 µm³; Cell size = 328x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4891'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4892'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '35.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 282600 µm³; Cell size = 400x30 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4892'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4893'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 667 µm³; Cell size = 5x34 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4893'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4894'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4894'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4895'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1132 µm³; Cell size = 12x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4895'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4876'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4876'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4884> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4884'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 78750 µm³; Cell size = 50x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4884'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4885'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4885'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4886> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4886'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4886'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4887'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4887'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4888'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2572 µm³; Cell size = 17 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4888'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4889'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11000 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4889'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4944'^^xsd:string;
  dwc:scientificName 'Acanthoica acanthifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1441 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '115101'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4944'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '115101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4945'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4945'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4946> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4946'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4946'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4947'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4947'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4948'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4948'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4949'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4949'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4950> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4950'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '13.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27064 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4950'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4951> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4951'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2412 µm³; Cell size = 16x18 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4951'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4952'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4952'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4971> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4971'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4971'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4972> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4972'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4972'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4973> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4973'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4973'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4974> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4974'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4974'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4975> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4975'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2363 µm³; Cell size = 20x15 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4975'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4976> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4976'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 524 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4976'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4977> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4977'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4977'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4978'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4978'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4979> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4979'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '7.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4979'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4980'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4980'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4981'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4981'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4982'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4982'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4983'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4983'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4984> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4984'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4984'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4985> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4985'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27064 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4985'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4986> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4986'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '6.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 97226 µm³; Cell size = 57 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4986'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4987> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4987'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4987'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4988> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4988'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20924 µm³; Cell size = 136x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4988'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4989'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '5.82'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 46547 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4989'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4990> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4990'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 402 µm³; Cell size = 8x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4990'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4991> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4991'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16768 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4991'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4992> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4992'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4992'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4993> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4993'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42390 µm³; Cell size = 375x12 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4993'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4994> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4994'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 848 µm³; Cell size = 6x30 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4994'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4995> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4995'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 236 µm³'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4995'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4996> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4996'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1178 µm³; Cell size = 5x60 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4996'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4997'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = d=25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4997'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4998'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4998'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4999> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4999'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '11'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2058 µm³; Cell size = 14x20 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4999'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4918> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4918'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8019 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4918'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4919'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15435 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4919'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4920'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15435 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4920'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4921'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 90972 µm³; Cell size = 57x80 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4921'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4922'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59892 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4922'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4923'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4923'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4924'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4924'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4925> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4925'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '36.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 97226 µm³; Cell size = 57 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4925'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4926'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4926'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4927> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4927'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4927'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4928'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 148x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4928'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4929'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '11.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 340x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4929'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4930'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 129180 µm³; Cell size = 340x22 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4930'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4931'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 60035 µm³; Cell size = 340x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4931'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4932> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4932'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4932'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4933'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4933'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4934'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 131 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4934'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4935'^^xsd:string;
  dwc:scientificName 'Pterosperma cristatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '376081'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4935'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '376081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4936'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4936'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4937'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '7.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 685 µm³; Cell size = 10x12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4937'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4938> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4938'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4938'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4939'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = d=14 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4939'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4940> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4940'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4940'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4941> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4941'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 236 µm³; Cell size = 5x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4941'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4942'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '11.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4942'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4943'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '10'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '34.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4943'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4896'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7074 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4896'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4897'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 115 µm³; Cell size = 70x25 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4897'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4898'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4898'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4899'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1772 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4899'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4900'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5590 µm³; Cell size = 22 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4900'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4901'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '8'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 80x30 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4901'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4902> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4902'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4902'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4903> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4903'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 685 µm³; Cell size = 10x12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4903'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4904'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4904'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4905> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4905'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 573 µm³; Cell size = 14x16 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4905'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4906'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4906'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4907'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4907'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4908'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4908'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4909> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4909'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4909'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4910> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.5"^^xsd:decimal ;
  dwc:decimalLongitude "31.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.5 31.65)"^^geo:wktLiteral ;
  geo-pos:lat "45.5"^^xsd:decimal ;
  geo-pos:long "31.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_4910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4910'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '9'^^xsd:integer;
  dwc:fieldNumber '4818'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.65'^^xsd:double;
  dwc:latitude '45.5'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_4910'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5029> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5029'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '13.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5029'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5030> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5030'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '32.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5030'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5031> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5031'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5031'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5032'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5032'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5033> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5033'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5033'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5034'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19857 µm³; Cell size = 136x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5034'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5035'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10456 µm³; Cell size = 25x90 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5035'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5036> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5036'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5036'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5037> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5037'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12734 µm³; Cell size = 35x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5037'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5066> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5066'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 50 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5066'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5067> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5067'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5067'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5068> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5068'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2225 µm³; Cell size = 22 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5068'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5069> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5069'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5069'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5079'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5079'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5080> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5080'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3634 µm³; Cell size = 34x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5080'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5081> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5081'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23875 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5081'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5082> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5082'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '25.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50338 µm³; Cell size = 15x285 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5082'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5083'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '25.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 207827 µm³; Cell size = 22x547 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5083'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5084> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5084'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 106760 µm³; Cell size = 20x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5084'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5085> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5085'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5085'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5086> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5086'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1056 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5086'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5087> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5087'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³; Cell size = 3x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5087'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5088> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5088'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5088'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5089> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5089'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 80x2.5 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5089'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5050> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5050'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2465 µm³; Cell size = 28x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5050'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5065> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5065'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 5x3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5065'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5038> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5038'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5038'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5039> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5039'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 22x320 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5039'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5040> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5040'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 30x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5040'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5041> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5041'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '44.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5041'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5042> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5042'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5042'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5043> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5043'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = d=35 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5043'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5044'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15750 µm³; Cell size = 25x48 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5044'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5045> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5045'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5045'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5046> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5046'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 46069 µm³; Cell size = 45x65 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5046'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5047'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5047'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5048'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2293 µm³; Cell size = 25x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5048'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5049'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3634 µm³; Cell size = 34x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5049'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5022> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5022'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5022'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5023'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 339 µm³; Cell size = 48x3 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5023'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5024> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5024'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 80x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5024'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5025> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5025'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5025'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5026> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5026'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5026'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5027> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5027'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5027'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5028> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5028'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5028'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5070> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5070'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12734 µm³; Cell size = 35x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5070'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5071> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5071'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5071'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5072> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5072'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '29'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 115989 µm³; Cell size = 57x68 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5072'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5073> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5073'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5073'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5074> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5074'^^xsd:string;
  dwc:scientificName 'Dinophysis acuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '25.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 68229 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '109604'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5074'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5075> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5075'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 20x340 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5075'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5076> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5076'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 34x136 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5076'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5077> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5077'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25725 µm³; Cell size = 35x40 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5077'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5078> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5078'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1467 µm³; Cell size = 20x14 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5078'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5093> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5093'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2363 µm³; Cell size = 15x20 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5093'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5094> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5094'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '7.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5094'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5095> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5095'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 209 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5095'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5096> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5096'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '4.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5096'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5097> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5097'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '13.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5097'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5098> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5098'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5098'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5099'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5099'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5100'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5100'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5101'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5101'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5102'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '3.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5102'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5103'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12734 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5103'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5104'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '6.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5104'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5105'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5105'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5106'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '3.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47841 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5106'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5107'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1050 µm³; Cell size = 10x40 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5107'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5108'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '4.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 72600 µm³; Cell size = 48x216 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5108'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5109'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '4.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 75600 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5109'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5110'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '7.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40271 µm³; Cell size = 15x228 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5110'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5111'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '2.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22961 µm³; Cell size = 15x130 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5111'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5112'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 460 µm³; Cell size = 5x70 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5112'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5113'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 402 µm³; Cell size = 8x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5113'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5114'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '15'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:observedWeight '0.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1178 µm³; Cell size = 60x5 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5114'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5115'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '5.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5115'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5116'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5116'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5117'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5117'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5118'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5118'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5119'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5119'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5120'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5120'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5121'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5121'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5122'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5122'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5123'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5123'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5124'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35443 µm³; Cell size = 20x330 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5124'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5125'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '6.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33559 µm³; Cell size = 15x190 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5125'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5126'^^xsd:string;
  dwc:scientificName 'Navicula sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 589 µm³; Cell size = 5x30 µm'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5126'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5127'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '16'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5127'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5128'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5128'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5129'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '2.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5129'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5130'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5130'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5131'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5131'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5132'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5132'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5133'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5133'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5134'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5134'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5135'^^xsd:string;
  dwc:scientificName 'Prorocentrum sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12600 µm³'^^xsd:string;
  dwc:aphiaid '109566'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5135'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5136'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '2.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40820 µm³; Cell size = 20x130 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5136'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5137'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15896 µm³; Cell size = 15x90 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5137'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "52"^^xsd:integer ;
  dwc:maximumDepthInMeters "52"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5138'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '17'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '52'^^xsd:integer;
  dwc:maximumDepth '52'^^xsd:integer;
  dwc:observedWeight '2.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17082 µm³; Cell size = 8x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5138'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5090> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5090'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5090'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5091> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5091'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5091'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5092'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5092'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5007> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5007'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5007'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5008> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5008'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5008'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5009> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5009'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5009'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5010> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5010'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8019 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5010'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5011> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5011'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12600 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5011'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5012> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5012'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2567 µm³; Cell size = 14x25 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5012'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5013> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5013'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5013'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5014> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5014'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 38896 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5014'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5015> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5015'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24494 µm³; Cell size = d=36 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5015'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5016> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5016'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '60.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 97226 µm³; Cell size = d=57 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5016'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5017> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5017'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 148x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5017'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5018> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5018'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22621 µm³; Cell size = 340x14 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5018'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5019'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 74040 µm³; Cell size = 102x114 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5019'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5020> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5020'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 46x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5020'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5021> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5021'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 144377 µm³; Cell size = 380x22 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5021'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5051'^^xsd:string;
  dwc:scientificName 'Thalassiosira parva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5030 µm³; Cell size = 40x12 µm'^^xsd:string;
  dwc:aphiaid '418582'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5051'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '418582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5052> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5052'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26690 µm³; Cell size = 10x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5052'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5053'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 18840 µm³; Cell size = 10x240 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5053'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5054> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5054'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5054'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5000'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5000'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5001> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5001'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5001'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5002> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5002'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5002'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5003> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5003'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 573 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5003'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5004'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 236 µm³'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5004'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5005'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5005'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5006> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5006'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '12'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '34.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5006'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5055'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5055'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5056> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5056'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 115 µm³; Cell size = 70x25 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5056'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5057> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5057'^^xsd:string;
  dwc:scientificName 'Ditylum brightwellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '21.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 174420 µm³; Cell size = 50x136 µm'^^xsd:string;
  dwc:aphiaid '149023'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5057'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '149023'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5058> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5058'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '13'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1313 µm³; Cell size = 10x25 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5058'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5059> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5059'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5059'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5060> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5060'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 573 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5060'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5061'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5061'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5062> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5062'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '20.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5062'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5063> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5063'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5063'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5064> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.98333333"^^xsd:decimal ;
  dwc:decimalLongitude "31.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.98333333 31.75)"^^geo:wktLiteral ;
  geo-pos:lat "44.98333333"^^xsd:decimal ;
  geo-pos:long "31.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5064'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '14'^^xsd:integer;
  dwc:fieldNumber '4820'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.75'^^xsd:double;
  dwc:latitude '44.98333333'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5064'^^xsd:string;
  dwc:observationDate '1991-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5145'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '26.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5145'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5146'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5146'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5147'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5147'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5148'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5148'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5149'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 147580 µm³; Cell size = 470x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5149'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5150'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22373 µm³; Cell size = 285x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5150'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5151'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15896 µm³; Cell size = 90x15 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5151'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5152'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 524 µm³; Cell size = 10x10 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5152'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5153'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 785 µm³; Cell size = 15x40 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5153'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5154'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8019 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5154'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5155'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5155'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5156'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5156'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5189'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5189'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5190'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '61.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5190'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5191'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '13.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5191'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5192'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5192'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5193'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5193'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5194'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5194'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5195'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4 µm³; Cell size = d=2 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5195'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5196'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8019 µm³; Cell size = 30x42 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5196'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5197'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '15.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5197'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5198'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 12x25 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5198'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5199'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5199'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5200'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5200'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5239'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5239'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5240'^^xsd:string;
  dwc:scientificName 'Gonyaulax minima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '110028'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5240'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110028'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5241'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5241'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5242'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5242'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5243'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '51.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 285x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5243'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5244'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19857 µm³; Cell size = 136x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5244'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5245'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5245'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5246'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '28.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 56520 µm³; Cell size = 500x12 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5246'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5247'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 32216 µm³; Cell size = 285x12 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5247'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5248'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30144 µm³; Cell size = 600x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5248'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5249'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 29390 µm³; Cell size = 260x12 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5249'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5250'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25120 µm³; Cell size = 80x20 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5250'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5251'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5251'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5252'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5252'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5253'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 157 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5253'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5254'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5254'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5255'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5255'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5256'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5256'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5257'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5257'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5258'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5258'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5259'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5259'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5260'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '12.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 310x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5260'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5261'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 142 µm³; Cell size = 3x60 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5261'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5262'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5262'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5263'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5263'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5264'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5264'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5265'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5265'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5266'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '21'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5266'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5267'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5267'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5268'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5268'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5269'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '1.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26690 µm³; Cell size = 340x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5269'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5270'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '3.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54950 µm³; Cell size = 700x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5270'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5271'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5271'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5272'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5272'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5273'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5273'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5274'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5274'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5275'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '22'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5275'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5157'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 30x10 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5157'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5158'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 945 µm³; Cell size = 12x25 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5158'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5159'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7408 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5159'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5160'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12600 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5160'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5161'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5161'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5162'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5162'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5163'^^xsd:string;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 85586 µm³; Cell size = 57x75 µm'^^xsd:string;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5163'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5164'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40399 µm³; Cell size = 45x57 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5164'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5165'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5165'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5166'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 64818 µm³; Cell size = 57 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5166'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5167'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5167'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5168'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5168'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5169'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5169'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5170'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5170'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5201'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '10.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10710 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5201'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5202'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25931 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5202'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5203'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 68229 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5203'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5204'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5204'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5205'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25725 µm³; Cell size = 35x40 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5205'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5206'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5206'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5139'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5139'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5140'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5140'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5141'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5141'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5142'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5142'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5143'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5143'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5144'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5144'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5171'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5171'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5172'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '36.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 72188 µm³; Cell size = 55x50 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5172'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5173'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '34.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 136458 µm³; Cell size = 57x80 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5173'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5174'^^xsd:string;
  dwc:scientificName 'Peridinium pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163849'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5174'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110245'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5175'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5175'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5176'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5176'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5177'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5177'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5178'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '86.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28849 µm³; Cell size = 375x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5178'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5179'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39979 µm³; Cell size = 308x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5179'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5180'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24534 µm³; Cell size = 370x15 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5180'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5181'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14965 µm³; Cell size = 190x15 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5181'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5182'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20000 µm³; Cell size = 136x45 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5182'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5183'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28427 µm³; Cell size = 80x50 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5183'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5184'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15402 µm³; Cell size = 90x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5184'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5185'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '18'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27420 µm³; Cell size = 136x39 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5185'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5186'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5186'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5187'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 209 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5187'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5188'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5188'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5207'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5207'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5208'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5208'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5209'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47841 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5209'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5210'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '38.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5210'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5211'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5211'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5212'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5212'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5213'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47841 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5213'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5214'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5214'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5215'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '168.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42241 µm³; Cell size = 400x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5215'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5216'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '24.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x35 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5216'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5217'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 32970 µm³; Cell size = 420x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5217'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5218'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22373 µm³; Cell size = 285x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5218'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5219'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5219'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5220'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 628 µm³; Cell size = 3-5x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5220'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5221'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '19'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5221'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5222'^^xsd:string;
  dwc:scientificName 'Glenodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5222'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5223'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5223'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5224'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '20.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5224'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5225'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '73.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5225'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5226'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5226'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5227'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5227'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5228'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5228'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5229'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5229'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5230'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 403 µm³; Cell size = 8x12 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5230'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5231'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 20x5 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5231'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5232'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5232'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5233'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3540 µm³; Cell size = 15x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5233'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5234'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5234'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5235'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25931 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5235'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5236'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5236'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5237'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5237'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.89"^^xsd:decimal ;
  dwc:decimalLongitude "31.946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.89 31.946)"^^geo:wktLiteral ;
  geo-pos:lat "43.89"^^xsd:decimal ;
  geo-pos:long "31.946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5238'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '20'^^xsd:integer;
  dwc:fieldNumber '4825'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '31.946'^^xsd:double;
  dwc:latitude '43.89'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '8.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65625 µm³; Cell size = 50 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5238'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5886> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5886'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 790 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5886'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5887'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5887'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5888'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 705 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5888'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5889'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5889'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5908> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5908'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5908'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5909'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5909'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5910> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5910'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5910'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5911> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5911'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5911'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5912> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5912'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '85.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5912'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5913> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5913'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '95.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5913'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5914> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5914'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5914'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5915> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5915'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5915'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5916> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5916'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5916'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5917> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5917'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5917'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5918'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5918'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5919> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5919'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5919'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5920> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5920'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '25.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5920'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5921'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42000 µm³; Cell size = 40x50 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5921'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5922> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5922'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2360 µm³; Cell size = 15x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5922'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5923> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5923'^^xsd:string;
  dwc:scientificName 'Phaeodactylum tricornutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113 µm³; Cell size = 6 µm'^^xsd:string;
  dwc:aphiaid '175584'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5923'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '175584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5924'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5924'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5925> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5925'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '8.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 68x80 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5925'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5926> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5926'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '20.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40035 µm³; Cell size = 10x510 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5926'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5927> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5927'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '105.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 423900 µm³; Cell size = 30x600 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5927'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5928> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5928'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 60053 µm³; Cell size = 15x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5928'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5929> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5929'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10990 µm³; Cell size = 10x140 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5929'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5930'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 786 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5930'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5931'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '39'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5931'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5932'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '4.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5932'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5933'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '17.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5933'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5934> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5934'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '56.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5934'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5935> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5935'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '63'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5935'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5936> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5936'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5936'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5937> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5937'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5937'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5938'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5938'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5939> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5939'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '2.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5939'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5940> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5940'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '18.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5940'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5941'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '30.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 356x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5941'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5942'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5942'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5943'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '8.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 70x80 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5943'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "28"^^xsd:integer ;
  dwc:maximumDepthInMeters "28"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5944'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '40'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '28'^^xsd:integer;
  dwc:maximumDepth '28'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5944'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5945'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1130 µm³; Cell size = 12x15 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5945'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5946> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5946'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5946'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5947> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5947'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '18.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5947'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5948> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5948'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '13.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 109900 µm³; Cell size = 20x350 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5948'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5949> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5949'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5949'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5950'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5950'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5951> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5951'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5951'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5952> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5952'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5952'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5953'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '41'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5953'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5954> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5954'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '42'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5954'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5955'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '42'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '12.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5955'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5956> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5956'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '42'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '6.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24335 µm³; Cell size = 10x310 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5956'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5957> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5957'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '42'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5957'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5958'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '42'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 37 µm³; Cell size = 3x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5958'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5855'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5855'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5856'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5856'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5857'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = 45 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5857'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5858'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '51.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5858'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5859'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5859'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5860'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5860'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5861'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5861'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5862'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5862'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5863'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5863'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5864'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5864'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5865'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8215 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5865'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5866> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5866'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5866'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5867'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5867'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5868'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '43.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 57698 µm³; Cell size = 385x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5868'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5869'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27420 µm³; Cell size = 136x37 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5869'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5870'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5870'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5871'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '22.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44745 µm³; Cell size = 570x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5871'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5872'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19625 µm³; Cell size = 10x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5872'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5873'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 786 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5873'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5874'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5874'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5875'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5875'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5876'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5876'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5877'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 209 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5877'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5878'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '31.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5878'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5879'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '24.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5879'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5880'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '42.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5880'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5881'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '86.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5881'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5882'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5882'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5883> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5883'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5883'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5884'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5884'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5885'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5885'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5838'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5838'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5839'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '23.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5839'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5840> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5840'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5840'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5841'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5841'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5842'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5842'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5843'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5843'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5844'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5844'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5890'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11673 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5890'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5891'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5891'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5892'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5892'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5893'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '46.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 74813 µm³; Cell size = 50x57 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5893'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5894'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5894'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5895'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5895'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5896'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24494 µm³; Cell size = 36 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5896'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5897'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5897'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5898'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5898'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5899'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '25'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5899'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5900> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5900'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5900'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5901> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5901'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '8.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35325 µm³; Cell size = 10x450 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5901'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5902'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40035 µm³; Cell size = 10x510 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5902'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5903> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5903'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '7.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 61230 µm³; Cell size = 10x780 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5903'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5904'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17270 µm³; Cell size = 10x220 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5904'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5905> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5905'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10068 µm³; Cell size = 5x513 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5905'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5906> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5906'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5906'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5907'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '38'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 945 µm³; Cell size = 12x25 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5907'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5845'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '82.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5845'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5846'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '91.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5846'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5847'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5847'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5848'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1507 µm³; Cell size = 12x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5848'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5849'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5849'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5850'^^xsd:string;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5850'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5851'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 18900 µm³; Cell size = 30x40 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5851'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5852'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1130 µm³; Cell size = 12x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5852'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5853'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5853'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.31666667"^^xsd:decimal ;
  dwc:decimalLongitude "32.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.31666667 32.25)"^^geo:wktLiteral ;
  geo-pos:lat "44.31666667"^^xsd:decimal ;
  geo-pos:long "32.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5854'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '37'^^xsd:integer;
  dwc:fieldNumber '4868'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.25'^^xsd:double;
  dwc:latitude '44.31666667'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5854'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5703'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5703'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5704> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5704'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5704'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5705'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5705'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5706> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5706'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2053 µm³; Cell size = 20x14 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5706'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5707> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5707'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4016 µm³; Cell size = 15x34 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5707'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5708'^^xsd:string;
  dwc:scientificName 'Gymnodinium splendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 128 µm'^^xsd:string;
  dwc:aphiaid '109832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5708'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5709'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7350 µm³; Cell size = 20x35 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5709'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5710'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5710'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5711> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5711'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5711'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5712'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '29.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5712'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5713'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5713'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5714'^^xsd:string;
  dwc:scientificName 'Gymnodinium pussilum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1848 µm³; Cell size = 14x18 µm'^^xsd:string;
  dwc:aphiaid '663737'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5714'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '663737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5715'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '22.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5715'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5716'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5660 µm³; Cell size = 22x35 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5716'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5717'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5250 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5717'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5801'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '7.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 60053 µm³; Cell size = 340x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5801'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5699'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '47.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5699'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5700> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5700'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5700'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5701'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5701'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5702'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 8x6 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5702'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5819'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5819'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5820'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 38 µm³; Cell size = 3x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5820'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5821'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5821'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5822'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1772 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5822'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5823'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1767 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5823'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5824> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5824'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5824'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5825'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5825'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5826'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5826'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5827'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '5.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5827'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5828'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '7.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 57698 µm³; Cell size = 360x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5828'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5829'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5829'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5830'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '2.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16485 µm³; Cell size = 10x210 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5830'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5831'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5831'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5832'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5832'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5833'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5833'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5834'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.004'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5834'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5835'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5835'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5836'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5836'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5837'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '36'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5837'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5718> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5718'^^xsd:string;
  dwc:scientificName 'Phalacroma pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33327 µm³; Cell size = 46 µm'^^xsd:string;
  dwc:aphiaid '232511'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5718'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232511'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5719'^^xsd:string;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5719'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5720'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 170100 µm³; Cell size = 60x90 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5720'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5721'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5721'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5722'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5722'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5723> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5723'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5723'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5724'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5724'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5725'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '85.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5725'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5726'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5726'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5806'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5806'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5807'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '1.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5807'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5808> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5808'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5808'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5809'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5809'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5810'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5810'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5811'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5811'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5812'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5812'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5813'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '14.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 57698 µm³; Cell size = 360x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5813'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5814'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '1.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11775 µm³; Cell size = 10x150 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5814'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5815'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 99 µm³; Cell size = 2.5x60 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5815'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5816'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5816'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5817'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '1.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5817'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5818> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5818'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5818'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5727'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10500 µm³; Cell size = 25x32 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5727'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5728'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5728'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5729'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5729'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5730> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5730'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 68x80 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5730'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5731'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '73.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5731'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5732'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '53.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5732'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5733'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 270x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5733'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5734'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 140x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5734'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5735'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20000 µm³; Cell size = 136x45 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5735'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5736'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 41605 µm³; Cell size = 530x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5736'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5737'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21980 µm³; Cell size = 280x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5737'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5738'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 339 µm³; Cell size = 48x3 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5738'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5739'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 80x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5739'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5740'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5740'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5741'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12560 µm³; Cell size = 250x8 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5741'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5742'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5742'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5743'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '2.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 632 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5743'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5744> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5744'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '4.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5744'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5745'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '32.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 632 µm³; Cell size = 12x10 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5745'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5746'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '1.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5746'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5774'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '14.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 45x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5774'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5775'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5775'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5776'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '7.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = d=45 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5776'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5777'^^xsd:string;
  dwc:scientificName 'Phalacroma sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6322 µm³; Cell size = 23x34 µm'^^xsd:string;
  dwc:aphiaid '109466'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5777'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5778'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '6.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11156 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5778'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5779'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '242.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 365x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5779'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5780'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '16.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22005 µm³; Cell size = 144x32 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5780'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5781'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '8.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 68x80 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5781'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5782'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '22.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 90079 µm³; Cell size = 510x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5782'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5783'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '1.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12560 µm³'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5783'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5784'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5784'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5785'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 166 µm³; Cell size = 70x3 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5785'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5786'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³; Cell size = 50x3 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5786'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5787'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '8.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5787'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5788'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '11.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5788'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5789'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5789'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5790'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5790'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5791'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5791'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5792'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5792'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5793'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 333 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5793'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5794'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5794'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5795'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5795'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5796'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5796'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5797'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5797'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5798'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5798'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5799'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '23.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 365x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5799'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5800'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5800'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5747'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '24.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5747'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5748'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '46.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5748'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5749'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '61.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5749'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5750'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5750'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5751> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5751'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5751'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5752> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5752'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5752'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5753'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '1.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5753'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5754'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '2.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5754'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5755'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '9.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5755'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5756'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3544 µm³; Cell size = 15x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5756'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5757> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5757'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5757'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5758'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5758'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5759'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '17.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5759'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5760'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '1.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5760'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5761'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '11.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5761'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5762'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '41.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5762'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5763'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '0.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2953 µm³; Cell size = 15x25 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5763'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5764> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5764'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '6.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5764'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5765'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '16.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16538 µm³; Cell size = 30x35 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5765'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5766'^^xsd:string;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25x25 µm'^^xsd:string;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5766'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5767> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5767'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5767'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5768'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '198.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5768'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5769'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '4.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5769'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5770'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = d=30 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5770'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5771'^^xsd:string;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '18.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24494 µm³; Cell size = 36 µm'^^xsd:string;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5771'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5772'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '4.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 38896 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5772'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "8"^^xsd:integer ;
  dwc:maximumDepthInMeters "8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5773'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '33'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '8'^^xsd:integer;
  dwc:maximumDepth '8'^^xsd:integer;
  dwc:observedWeight '36.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20365 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5773'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5802'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5802'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5803'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '34'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5803'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5804'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5804'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5805> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5805'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '35'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5805'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5694'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5694'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5695'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5695'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5696> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5696'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 524 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5696'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5697'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5697'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.717"^^xsd:decimal ;
  dwc:decimalLongitude "32.823"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.717 32.823)"^^geo:wktLiteral ;
  geo-pos:lat "44.717"^^xsd:decimal ;
  geo-pos:long "32.823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5698'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '32'^^xsd:integer;
  dwc:fieldNumber '4866'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.823'^^xsd:double;
  dwc:latitude '44.717'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '33.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5698'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5548'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5548'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5549'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5549'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5550'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5550'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5551'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5551'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5552'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5552'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5553'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5553'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5554'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5554'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5555'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16x16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5555'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5556> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5556'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5556'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5557'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5557'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5558'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5558'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5559'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5559'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5560'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5560'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5561'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = d=45 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5561'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5562'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42000 µm³; Cell size = 40x50 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5562'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5563> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5563'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 53156 µm³; Cell size = 50x45 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5563'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5564> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5564'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5564'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5565> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5565'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = d=34 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5565'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5566'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5566'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5567'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5567'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5568'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5568'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5569'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5569'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5570'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5570'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5571'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5571'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5572'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15402 µm³; Cell size = 90x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5572'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5573> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5573'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5573'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5574> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5574'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '37.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5574'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5575'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 593 µm³; Cell size = 84x3 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5575'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5576'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31400 µm³; Cell size = 400x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5576'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5577'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '39.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 317925 µm³; Cell size = 450x30 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5577'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5578'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12560 µm³; Cell size = 250x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5578'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5586'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5586'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5587'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5587'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5588'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5588'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5589> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5589'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '4.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5297 µm³; Cell size = 19x28 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5589'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5590'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20x20x18 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5590'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5591'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '13.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5591'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5592> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5592'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5592'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5593'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '27.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5593'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5594'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2688 µm³; Cell size = 16x20 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5594'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5595'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5595'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5596'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5596'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5597'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '3.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5597'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5598'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '2.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5598'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5599'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '5.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5599'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5600'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5600'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5601'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '8.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 68229 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5601'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5602'^^xsd:string;
  dwc:scientificName 'Protoceratium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5602'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5603'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '2.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5603'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5604'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '7.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58061 µm³; Cell size = d=48 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5604'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5605'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '2.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16943 µm³; Cell size = 125x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5605'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5606'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '25'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5606'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5607'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '14.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 500x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5607'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5608'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '1.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12560 µm³; Cell size = 250x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5608'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5609'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '13.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 106760 µm³; Cell size = 340x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5609'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5610'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 502 µm³; Cell size = 40x3-5 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5610'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5611'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 80x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5611'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5612'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³; Cell size = 30x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5612'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5613'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5613'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5614'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3391 µm³; Cell size = 120x6 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5614'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5615'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 335 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5615'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5616'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5616'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5617'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5617'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5618'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5618'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5619'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5619'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5620> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5620'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5620'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5621'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5621'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5622'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5622'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5623'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5623'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5624'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5624'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5625'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11484 µm³; Cell size = 35x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5625'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5626'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5626'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5627'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5627'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5628'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5628'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5629'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '44.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5629'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5630> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5630'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5630'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5631'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5631'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5632'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5632'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5633'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 30x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5633'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5634'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5634'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5635'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5635'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5636'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '19.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 78750 µm³; Cell size = 50x60 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5636'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5637'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5637'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5638'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 53156 µm³; Cell size = 45x50 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5638'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5639'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5639'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5640'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5640'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5641> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5641'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27720 µm³; Cell size = 22x40-60 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5641'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5642'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '31.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5642'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5643'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 340x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5643'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5644'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5644'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5645'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5645'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5646'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '22.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 180158 µm³; Cell size = 15x1020 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5646'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5647'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21980 µm³; Cell size = 280x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5647'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5648'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 10x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5648'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5649'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 502 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5649'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5650'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 32x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5650'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5651'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5651'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5652'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '29'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 189 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5652'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5653'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5653'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5654'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '6.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5654'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5655'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '5.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5655'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5656'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5656'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5657'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5657'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5658'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5658'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5659'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5659'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5660'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '2.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5660'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5661'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '10.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5661'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5662'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5662'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5663> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5663'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5663'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5664'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5664'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5665'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5665'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5666'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5666'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5667'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5667'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5668'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '75'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5668'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5678'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 209 µm³; Cell size = 41618 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5678'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5679'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5679'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5680'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '2.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5680'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5681'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5681'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5682> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5682'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '3.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30345 µm³; Cell size = 34x50 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5682'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5683'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5683'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5684'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '14.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 390x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5684'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5685> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5685'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '4.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35325 µm³; Cell size = 10x450 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5685'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5579> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5579'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 226 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5579'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5580'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '27'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 226 µm³; Cell size = 6x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5580'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5581> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5581'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 500 µm³; Cell size = 8x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5581'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5582> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5582'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '10.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5582'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5583> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5583'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '7.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5583'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5584'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5584'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5585'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '28'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '6'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5585'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5669'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '15.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31541 µm³; Cell size = 205x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5669'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5670> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5670'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '9.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5670'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5671> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5671'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '2.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19857 µm³; Cell size = 134x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5671'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5672'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '22.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35325 µm³; Cell size = 200x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5672'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5673'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5673'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5674'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5674'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "38"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5675'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '30'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '38'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = d=25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5675'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5676'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '2.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5676'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5677'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '1.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5677'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5686'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5686'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5687'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '3.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5687'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5688'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5688'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5689'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5689'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5690'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5690'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5691'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5691'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5692'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5692'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.837"^^xsd:decimal ;
  dwc:decimalLongitude "32.988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.837 32.988)"^^geo:wktLiteral ;
  geo-pos:lat "44.837"^^xsd:decimal ;
  geo-pos:long "32.988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5693'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '31'^^xsd:integer;
  dwc:fieldNumber '4865'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '32.988'^^xsd:double;
  dwc:latitude '44.837'^^xsd:double;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:observedWeight '0.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1772 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5693'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5480'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '51.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 408357 µm³; Cell size = 450x34 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5480'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5482'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '27.82'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 74183 µm³; Cell size = 420x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5482'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5484'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26690 µm³; Cell size = 340x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5484'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5486'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17082 µm³; Cell size = 340x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5486'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5488'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9420 µm³; Cell size = 120x10 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5488'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5490'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1056 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5490'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5492'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=3-5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5492'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5494'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5494'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5496'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5496'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5276'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '19.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5276'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5278'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5278'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5280'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '33.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5280'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5466'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5466'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5468'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5468'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5470'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '28.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5470'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5472'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5472'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5474'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5474'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5512'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5512'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5514'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5514'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5516'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5516'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5518'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5518'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5520'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5520'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5522'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5522'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5524'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '42.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5524'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5526'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5526'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5528'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5528'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5382'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5382'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5384'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5384'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5542'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5542'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5544> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5544'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5544'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5546'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5546'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5282'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '67'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5282'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5284'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '28.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5284'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5286'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5286'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5288'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5288'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5290'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5290'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5292'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 735 µm³; Cell size = 10x14 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5292'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5294'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5294'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5296'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5296'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5298'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5298'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5300'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 34x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5300'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5302'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5302'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5304'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6353 µm³; Cell size = 25x22 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5304'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5306'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5306'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5308'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '23.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5308'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5310'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7408 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5310'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5312'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '27.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5312'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5364'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '32.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5364'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5366'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '28.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5366'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5368'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 705 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5368'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5370'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5370'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5372'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '26.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5372'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5374'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '54.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5374'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5376'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '123.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5376'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5378'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5378'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5380'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5380'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5410'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5410'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5412'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5412'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5414'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '85.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5414'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5416'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5416'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5418'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5418'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5420'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5420'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5422'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5422'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5424'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5424'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5426'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '102.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 420x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5426'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5428'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '106.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5428'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5430'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5430'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5432'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26156 µm³; Cell size = 170x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5432'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5434'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19509 µm³; Cell size = 116x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5434'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5436'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15402 µm³; Cell size = 90x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5436'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5438'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21101 µm³; Cell size = 420x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5438'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5440'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '11.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44745 µm³; Cell size = 570x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5440'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5442'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=4-5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5442'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5444'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5444'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5446'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5446'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5448'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '35.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5448'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5450'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '75.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5450'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5452'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '136.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5452'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5454'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5454'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5456'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5456'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5458'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5458'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5460'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5460'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5462'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '15.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5462'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5464'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5464'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5476'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 420x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5476'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5478'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '9.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24534 µm³; Cell size = 320x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5478'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5508'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5508'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5510'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5510'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5530'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19208 µm³; Cell size = 148x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5530'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5532'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '17.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 370x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5532'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5534'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35325 µm³; Cell size = 450x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5534'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5536'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17082 µm³; Cell size = 340x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5536'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5538'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28637 µm³; Cell size = 570x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5538'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5540'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9420 µm³; Cell size = 120x10 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5540'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5314'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5314'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5316'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5316'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5318'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5318'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5320'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5320'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5322'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5322'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5324'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16538 µm³; Cell size = 30x35 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5324'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5326'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14523 µm³; Cell size = 34x36 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5326'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5328'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7408 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5328'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5330'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5330'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5332'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5332'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5334'^^xsd:string;
  dwc:scientificName 'Gonyaulax digital'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5334'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5336'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '85.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5336'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5338'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '80.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5338'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5362'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5362'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5340'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '59.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 380x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5340'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5342'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 290x20x15 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5342'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5344'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5344'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5346'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 148x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5346'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5348'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19509 µm³; Cell size = 114x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5348'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5350'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6924 µm³; Cell size = 90x22 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5350'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5352'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5352'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5354'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 205 µm³; Cell size = 3x88 µm'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5354'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5356'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5356'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5358'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '20.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 166813 µm³; Cell size = 340x25 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5358'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5360'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11053 µm³; Cell size = 220x8 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5360'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5386'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26 µm³; Cell size = 2.5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5386'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5388'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5388'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5390'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5390'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5392'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5392'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5394'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5394'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5396'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5396'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5398'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5398'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5400'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5400'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5402'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5402'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5404'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5404'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5406'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 45x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5406'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5408'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5408'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5498'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '19.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5498'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5500'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '40.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5500'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5502'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '73.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5502'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5504'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5504'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.85"^^xsd:decimal ;
  dwc:decimalLongitude "33.1666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.85 33.1666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "45.85"^^xsd:decimal ;
  geo-pos:long "33.1666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5506'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.166666666667'^^xsd:double;
  dwc:latitude '45.85'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5506'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5481'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '51.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 408357 µm³; Cell size = 450x34 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5481'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5483'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '27.82'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 74183 µm³; Cell size = 420x15 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5483'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5485'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26690 µm³; Cell size = 340x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5485'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5487'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17082 µm³; Cell size = 340x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5487'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5489'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9420 µm³; Cell size = 120x10 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5489'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5491'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1056 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5491'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5493'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=3-5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5493'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5495'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5495'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5277'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '19.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5277'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5279'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5279'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5467'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5467'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5469'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5469'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5471'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '28.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5471'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5473'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5473'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5513'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5513'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5515'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5515'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5517'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5517'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5519'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5519'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5521'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5521'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5523'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5523'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5525'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '42.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5525'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5527'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5527'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5529'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5529'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5383'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5383'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5543'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³; Cell size = 40x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5543'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5545'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5545'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5547'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5547'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5281'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '33.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5281'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5283'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '67'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5283'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5285'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '28.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5285'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5287'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5287'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5289'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5289'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5291'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5291'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5293'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 735 µm³; Cell size = 10x14 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5293'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5295'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5295'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5297'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5297'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5299'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5299'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5301'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16065 µm³; Cell size = 34x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5301'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5303'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5303'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5305'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6353 µm³; Cell size = 25x22 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5305'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5307'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5307'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5309'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '23.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5309'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5311'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7408 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5311'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5365'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '32.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5365'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5367'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '28.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5367'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5369'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 705 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5369'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5371'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5371'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5373'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '26.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5373'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5375'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '54.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5375'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5377'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '123.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5377'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5379'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5379'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5381'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5381'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5409'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5409'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5411'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5411'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5413'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5413'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5415'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '85.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5415'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5417'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5417'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5419'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5419'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5421'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5421'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5423'^^xsd:string;
  dwc:scientificName 'Cochlodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109474'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5423'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5425'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5425'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5427'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '102.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 420x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5427'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5429'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '106.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5429'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5431'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5431'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5433'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26156 µm³; Cell size = 170x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5433'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5435'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19509 µm³; Cell size = 116x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5435'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5437'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15402 µm³; Cell size = 90x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5437'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5439'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21101 µm³; Cell size = 420x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5439'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5441'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '11.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44745 µm³; Cell size = 570x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5441'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5443'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=4-5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5443'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5445'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5445'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5447'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5447'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5449'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '35.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5449'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5451'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '75.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5451'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5453'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '136.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5453'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5455'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5455'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5457'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5457'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5459'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5459'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5461'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5461'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5463'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '15.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5463'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5465'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5465'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5475'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5475'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5477'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 420x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5477'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5507'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5507'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5509'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5509'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5511'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5511'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5531'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19208 µm³; Cell size = 148x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5531'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5533'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '17.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 370x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5533'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5535'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35325 µm³; Cell size = 450x10 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5535'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5537'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17082 µm³; Cell size = 340x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5537'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5539'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28637 µm³; Cell size = 570x8 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5539'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5541'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9420 µm³; Cell size = 120x10 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5541'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5313'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '27.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5313'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5315'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5315'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5317'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5317'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5319'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5319'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5321'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5321'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5323'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5323'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5325'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16538 µm³; Cell size = 30x35 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5325'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5327'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14523 µm³; Cell size = 34x36 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5327'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5329'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 7408 µm³; Cell size = 25x34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5329'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5331'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5331'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5333'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5333'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5335'^^xsd:string;
  dwc:scientificName 'Gonyaulax digital'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110015'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5335'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5337'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '85.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5337'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5339'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '80.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5339'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5361'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11053 µm³; Cell size = 220x8 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5361'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5363'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5363'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5341'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '59.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 380x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5341'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5343'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 290x20x15 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5343'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5345'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5345'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5347'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 148x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5347'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5349'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19509 µm³; Cell size = 114x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5349'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5351'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6924 µm³; Cell size = 90x22 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5351'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5353'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5353'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5355'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 205 µm³; Cell size = 3x88 µm'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5355'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5357'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5357'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5359'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '23'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '20.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 166813 µm³; Cell size = 340x25 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5359'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5385'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5385'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5387'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26 µm³; Cell size = 2.5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5387'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5389'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5389'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5391'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5391'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5393'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5393'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5395'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5395'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5397'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5397'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5399'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5399'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5401'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5401'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5403'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5403'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5405'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5405'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5407'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '24'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 45x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5407'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5479'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '25'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '9.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24534 µm³; Cell size = 320x20 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5479'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5497'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5497'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5499'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '19.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5499'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5501'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '40.74'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5501'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5503'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '73.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5503'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "45.087"^^xsd:decimal ;
  dwc:decimalLongitude "33.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (45.087 33.32)"^^geo:wktLiteral ;
  geo-pos:lat "45.087"^^xsd:decimal ;
  geo-pos:long "33.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_5505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5505'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '26'^^xsd:integer;
  dwc:fieldNumber '4862'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '33.32'^^xsd:double;
  dwc:latitude '45.087'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_5505'^^xsd:string;
  dwc:observationDate '1991-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6098'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6098'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6099> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6099'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6099'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6100'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6100'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6101'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6101'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6102'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6102'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6103'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6103'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6104'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6104'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6105'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6105'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6106'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6106'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6107'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '445.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6107'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6108'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '65'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6108'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6109'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6109'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6110'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5861 µm³; Cell size = 20x28 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6110'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6111'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2067 µm³; Cell size = 15x35 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6111'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6130'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 100480 µm³; Cell size = 320x20 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6130'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6131'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 294 µm³; Cell size = 2.5x60 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6131'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6132'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³; Cell size = 5x64 µm'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6132'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6133'^^xsd:string;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5426 µm³; Cell size = 12x48 µm'^^xsd:string;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6133'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6134'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6134'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6135'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 84x2.5 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6135'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6136'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 99 µm³; Cell size = 2.5x60 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6136'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6137'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6137'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6138'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 945 µm³'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6138'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6139'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6139'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6140'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 884 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6140'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6141'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '4.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6141'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6142'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '8.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6142'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6143'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6143'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6144'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6144'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6145'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6145'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6146'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 38 µm³; Cell size = 3x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6146'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6147'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6147'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6148'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6148'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6149'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '232.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6149'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6150'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '75.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6150'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6151'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6151'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6152'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '4.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9165 µm³; Cell size = 25x28 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6152'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6153'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6153'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6154'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6154'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6155'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1298 µm³; Cell size = 15x22 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6155'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6156'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6300 µm³; Cell size = 20x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6156'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6157'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '10.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6157'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6158'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.82'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6158'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6159'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22004 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6159'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6160'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '2.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6160'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6161'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6161'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6162'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '17.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6162'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6163'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6163'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6164'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31894 µm³; Cell size = 46 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6164'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6165'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '39.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6165'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6166'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6166'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6167'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6167'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6168'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '10.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42525 µm³'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6168'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6169'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6169'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6170'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '28.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 57698 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6170'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6171'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '94.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 125600 µm³; Cell size = 20x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6171'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6172'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '14.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58875 µm³; Cell size = 10x750 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6172'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6173'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '3.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6173'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6174'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 294 µm³; Cell size = 2.5x60 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6174'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6175'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6175'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6176'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6176'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6177'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '8.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6177'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6178'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6178'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6179'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 590 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6179'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6180'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 472 µm³; Cell size = 6x25 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6180'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6181'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '4.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4611 µm³; Cell size = 20x22 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6181'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "5"^^xsd:integer ;
  dwc:maximumDepthInMeters "5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6182'^^xsd:string;
  dwc:scientificName 'Euglenophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '48'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '5'^^xsd:integer;
  dwc:maximumDepth '5'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '19538'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6182'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '146221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6183'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6183'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6184'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '4.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6184'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6185'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '11.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6185'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6186'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6186'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6187'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6187'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6188'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6188'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6189'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6189'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6190'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6190'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6191'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '197.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6191'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6192'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '70.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6192'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6193'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6193'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6194'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 20x18 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6194'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6195'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6195'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6196'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '14.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6196'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6197'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22004 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6197'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6198'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6198'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6199'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '61.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 122850 µm³; Cell size = 60x65 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6199'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6200'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '12.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6200'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6208'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6208'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6209'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '8.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 32750 µm³; Cell size = d=50 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6209'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6210'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6210'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6211'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = d=3-5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6211'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6212'^^xsd:string;
  dwc:scientificName 'Asterionella japonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1130 µm³; Cell size = 6x40 µm'^^xsd:string;
  dwc:aphiaid '149220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6212'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6213'^^xsd:string;
  dwc:scientificName 'Cryptomonada sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1313 µm³; Cell size = 10x25 µm'^^xsd:string;
  dwc:aphiaid '146220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6213'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6214'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = d=3 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6214'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6215'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6215'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6216'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = d=12 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6216'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6217'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6217'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6218'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6218'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6219'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6219'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6220'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6220'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6221'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6221'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6222'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6222'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6223'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6223'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6224'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6224'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6225'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '176.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6225'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6226'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '54.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6226'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6227'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6227'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6228'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6228'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6229'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2145 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6229'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6230'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '19.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6230'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6231'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '13.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27064 µm³; Cell size = 46 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6231'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6232'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '6.86'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13716 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6232'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6233'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '27.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6233'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6234'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6234'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6235'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '25'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6235'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6236'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '10.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6236'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6237'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6237'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6238'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '14.78'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6238'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6239'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '30.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 122850 µm³'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6239'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6240'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6240'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6241'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '9.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 10x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6241'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6242'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3611 µm³; Cell size = 10x46 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6242'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6243'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 785 µm³; Cell size = 5x40 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6243'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6244'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '4.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6244'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6245'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6245'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6246'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '4.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 480 µm³; Cell size = 3-4x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6246'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6247'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1073 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6247'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6248'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2096 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6248'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6249'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6249'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6250'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = d=5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6250'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6251'^^xsd:string;
  dwc:scientificName 'Coscinodiscus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '14.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 56592 µm³; Cell size = d=60 µm'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6251'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6252'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '50'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = d=3 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6252'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6253'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6253'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6254'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6254'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6255'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6255'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6256'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6256'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6257'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6257'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6258'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6258'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6259'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6259'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6260'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6260'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6261'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '145.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6261'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6262'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '192.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1583 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6262'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6263'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6263'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6264'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6264'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6265'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6265'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6266'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1205 µm³; Cell size = 16x12 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6266'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6267'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6267'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6268'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6268'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6269'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '5.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6269'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6270'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6270'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6271'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '16.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33327 µm³; Cell size = 46 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6271'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6272'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6272'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6273'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '19.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 77528 µm³; Cell size = 400x25 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6273'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6274'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '5.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21367 µm³; Cell size = 136x40 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6274'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6275'^^xsd:string;
  dwc:scientificName 'Dinophysis ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '7.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 59119 µm³; Cell size = 46x80 µm'^^xsd:string;
  dwc:aphiaid '109642'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6275'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6276'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = d=34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6276'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6277'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '3.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12717 µm³; Cell size = 6x450 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6277'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6278'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21980 µm³; Cell size = 10x280 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6278'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6279'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3215 µm³; Cell size = 8x64 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6279'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6280'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6280'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6281'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 353 µm³; Cell size = 3x50 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6281'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6282'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6282'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6283'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 460 µm³; Cell size = 5x70 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6283'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6284'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 480 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6284'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6285'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2096 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6285'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6286'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 503 µm³; Cell size = 8x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6286'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6287'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6287'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6288'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 66 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6288'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6289'^^xsd:string;
  dwc:scientificName 'Cyanophyta sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '51'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6289'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6112'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6112'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6113'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4641 µm³; Cell size = 25x40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6113'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6114'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 17199 µm³; Cell size = 36x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6114'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6115'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6115'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6116'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6116'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6117'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 25x20 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6117'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6118'^^xsd:string;
  dwc:scientificName 'Gonyaulax polyedra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10290 µm³; Cell size = 28x25 µm'^^xsd:string;
  dwc:aphiaid '110034'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6118'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '1778370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6119'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65205 µm³'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6119'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6120'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6120'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6121'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6121'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6122'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6122'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6123'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '6.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26156 µm³; Cell size = 160x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6123'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6124'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 148x46 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6124'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6125'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 148x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6125'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6126'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6126'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6127'^^xsd:string;
  dwc:scientificName 'Asterionella japonica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1130 µm³'^^xsd:string;
  dwc:aphiaid '149220'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6127'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6128'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 884 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6128'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6129'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '47'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11186 µm³; Cell size = 570x5 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6129'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6201'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6201'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6202'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '9.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 10x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6202'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6203'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '106.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 427040 µm³; Cell size = 40x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6203'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6204'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3925 µm³; Cell size = 10x50 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6204'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6205'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '9.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 480 µm³; Cell size = 3x4x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6205'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6206'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6206'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.909"^^xsd:decimal ;
  dwc:decimalLongitude "35.329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.909 35.329)"^^geo:wktLiteral ;
  geo-pos:lat "44.909"^^xsd:decimal ;
  geo-pos:long "35.329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6207'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '49'^^xsd:integer;
  dwc:fieldNumber '4900'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.329'^^xsd:double;
  dwc:latitude '44.909'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 459 µm³; Cell size = 3x65 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6207'^^xsd:string;
  dwc:observationDate '1991-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6290'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6290'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6291'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6291'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6292'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6292'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6293'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6293'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6294'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6294'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6295'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6295'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6296'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6296'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6297'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6297'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6298'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6298'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6299'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6299'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6300'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9165 µm³; Cell size = 25x28 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6300'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6301'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6301'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6302'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6302'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6303'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6303'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6304'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6304'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6305'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8715 µm³; Cell size = 25x40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6305'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6306'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6306'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6307'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6307'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6359'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '15.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6359'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6360'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6360'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6361'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6361'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6362'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6362'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6363'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6363'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6364'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3027 µm³; Cell size = 20x17 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6364'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6365'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6365'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6373'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6373'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6374'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6374'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6375'^^xsd:string;
  dwc:scientificName 'Gonyaulax spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60x60 µm'^^xsd:string;
  dwc:aphiaid '110041'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6375'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6376'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6376'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6377'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '13.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 55500 µm³; Cell size = 470x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6377'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6378'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 18771 µm³; Cell size = 122x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6378'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6379'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22000 µm³; Cell size = 138x40 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6379'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6355'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 786 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6355'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6356'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6356'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6357'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6357'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6358'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '23.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6358'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6380'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3062 µm³; Cell size = 18 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6380'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6381'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '15.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 40035 µm³; Cell size = 10x510 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6381'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6382'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 28260 µm³; Cell size = 12x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6382'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6383'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 481 µm³; Cell size = 3.5x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6383'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6384'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6384'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6385'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 786 µm³; Cell size = 10x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6385'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6386'^^xsd:string;
  dwc:scientificName 'Chaetoceros sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.57'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12x12 µm'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6386'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6387'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6387'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6388'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '8.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6388'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6389'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '7.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6389'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6390'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '24.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6390'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6391'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6391'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6392'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6392'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6393'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6393'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6394'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6394'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6395'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '5.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6395'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6396'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '9.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6396'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6397'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6397'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6398'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '11.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6398'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6415'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6415'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6416'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6416'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6417'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6417'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6418'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6418'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6419'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '2.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19857 µm³; Cell size = 136x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6419'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6420'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6420'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6421'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6421'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6422'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '1.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6422'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6423'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6423'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6424'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6424'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6425'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6425'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6426'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6426'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6427'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 705 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6427'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6428'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6428'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6429'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '57'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '2.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6429'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6313'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '27.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44156 µm³; Cell size = 15x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6313'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6314'^^xsd:string;
  dwc:scientificName 'Leptocylindrus minimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 424 µm³; Cell size = 3x60 µm'^^xsd:string;
  dwc:aphiaid '149039'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6314'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6315'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 628 µm³; Cell size = 4x50 µm'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6315'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6316'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 8x65 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6316'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6317'^^xsd:string;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12364 µm³; Cell size = 15x70 µm'^^xsd:string;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6317'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6318'^^xsd:string;
  dwc:scientificName 'Thalassiosira sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1073 µm³; Cell size = d=16 µm'^^xsd:string;
  dwc:aphiaid '148912'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6318'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '148912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6319'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 100 µm³; Cell size = 4x8 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6319'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6320'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6320'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6321'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 503 µm³; Cell size = 8x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6321'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6322'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '14.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6322'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6323'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1767 µm³; Cell size = 15 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6323'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6324'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.13'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6324'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6325'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '22.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6325'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6326'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '19.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6326'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6327'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6327'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6308'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '25.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 102344 µm³; Cell size = 57x60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6308'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6309'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6309'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6310'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 20x18 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6310'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6311'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '22.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 89239 µm³; Cell size = 580x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6311'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6312'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '52'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 41605 µm³; Cell size = 10x530 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6312'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6328'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6328'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6329'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6329'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6330'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6330'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6331'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6331'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6332'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6332'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6333'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6333'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6334'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3544 µm³; Cell size = 15x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6334'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6335'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6335'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6336'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6336'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6337'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '14.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6337'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6338'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6338'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6339'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '22.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6339'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6340'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6340'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6341'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24276 µm³; Cell size = 34x40 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6341'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6342'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6342'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6343'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24494 µm³; Cell size = 36 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6343'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6344'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6344'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6345'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6345'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6346'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 887 µm³; Cell size = 20x13 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6346'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6347'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '31.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 390x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6347'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6348'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 42525 µm³'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6348'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6349'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '33.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 88313 µm³; Cell size = 15x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6349'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6350'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '9.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 79481 µm³; Cell size = 15x450 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6350'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6351'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 12560 µm³; Cell size = 8x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6351'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6352'^^xsd:string;
  dwc:scientificName 'Cerataulina bergonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5495 µm³; Cell size = 10x70 µm'^^xsd:string;
  dwc:aphiaid '149237'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6352'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6353'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 140 µm³; Cell size = 2.5x85 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6353'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6354'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '53'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6354'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6399'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6399'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6400'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6400'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6401'^^xsd:string;
  dwc:scientificName 'Gonyaulax polygramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '110035'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6401'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6402'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '19.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 78000 µm³; Cell size = 500x25 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6402'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6403'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19208 µm³; Cell size = 150x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6403'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6404'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '22.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 88313 µm³; Cell size = 15x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6404'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6405'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '8.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 35168 µm³; Cell size = 8x700 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6405'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6406'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 230 µm³; Cell size = 5x35 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6406'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6407'^^xsd:string;
  dwc:scientificName 'Distephanus speculum v. octonarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '55'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = d=25 µm'^^xsd:string;
  dwc:aphiaid '577569'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6407'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '577569'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6408'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6408'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6366'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9820 µm³; Cell size = 25x30 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6366'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6367'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '14.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6367'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6368'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6368'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6369'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6369'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6370'^^xsd:string;
  dwc:scientificName 'Dinophysis caudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '8.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65205 µm³; Cell size = 46x90 µm'^^xsd:string;
  dwc:aphiaid '109612'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6370'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6371'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6371'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6372'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '54'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6372'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6409'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6409'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6410'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6410'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6411'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6411'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6412'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6412'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6413'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6413'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.72"^^xsd:decimal ;
  dwc:decimalLongitude "35.542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.72 35.542)"^^geo:wktLiteral ;
  geo-pos:lat "44.72"^^xsd:decimal ;
  geo-pos:long "35.542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6414'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '56'^^xsd:integer;
  dwc:fieldNumber '4902'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.542'^^xsd:double;
  dwc:latitude '44.72'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6414'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6829> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6829'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '82.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6829'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6830> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6830'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6830'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6831> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6831'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6831'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6832> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6832'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6832'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6833> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6833'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6833'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6834> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6834'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6834'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6835> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6835'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6835'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6750> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6750'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6750'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6751> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6751'^^xsd:string;
  dwc:scientificName 'Gymnodinium pusillum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1130 µm³; Cell size = 12x15 µm'^^xsd:string;
  dwc:aphiaid '663737'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6751'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '663737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6752> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6752'^^xsd:string;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14x14 µm'^^xsd:string;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6752'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6753> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6753'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6753'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6754> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6754'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '50.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6754'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6755> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6755'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '73.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6755'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6756> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6756'^^xsd:string;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6756'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6757> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6757'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6757'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6758'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6758'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6759> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6759'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6759'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6760> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6760'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6760'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6761> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6761'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6761'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6762> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6762'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6762'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6763> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6763'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2688 µm³; Cell size = 16x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6763'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6764> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6764'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6764'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6765> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6765'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '20.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6765'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6766> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6766'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '19.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6766'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6767> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6767'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11673 µm³; Cell size = 34x46 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6767'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6768> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6768'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 16136 µm³; Cell size = 40x34 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6768'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6769> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6769'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6769'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6770> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6770'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6770'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6771> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6771'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11460 µm³; Cell size = 28x44 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6771'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6772> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6772'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '56.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6772'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6773> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6773'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.48'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6773'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6774> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6774'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6774'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6775> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6775'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 22x510 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6775'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6776> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6776'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '171'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76000 µm³; Cell size = 22x450 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6776'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6777> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6777'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '62.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 22x380 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6777'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6778> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6778'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '41.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54774 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6778'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6779> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6779'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20332 µm³; Cell size = 34x142 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6779'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6780> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6780'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6780'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6781> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6781'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 370 µm³; Cell size = 8x22 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6781'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6782> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6782'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 10x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6782'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6783> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6783'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31651 µm³; Cell size = 12x280 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6783'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6784> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6784'^^xsd:string;
  dwc:scientificName 'Thalassionema nitzschiondes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 481 µm³'^^xsd:string;
  dwc:aphiaid '149093'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6784'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6785> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6785'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 526 µm³; Cell size = 5x80 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6785'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6786> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6786'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 2.5x84 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6786'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6787> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6787'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '71'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1132 µm³; Cell size = 12x15 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6787'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6788'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '27.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6788'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6789> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6789'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 333 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6789'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6790'^^xsd:string;
  dwc:scientificName 'Gymnodinium variabile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1437 µm³; Cell size = 14x14 µm'^^xsd:string;
  dwc:aphiaid '109835'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6790'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6791> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6791'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '66.43'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6791'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6792'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '195.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6792'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6793> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6793'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '38.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6793'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6794> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6794'^^xsd:string;
  dwc:scientificName 'Pontosphaera sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '115082'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6794'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '115082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6795'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6795'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6796'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.11'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6796'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6797> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6797'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6797'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6798> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6798'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.27'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6798'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6799> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6799'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6799'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6800> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6800'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6800'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6801> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6801'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5233 µm³; Cell size = 20x25 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6801'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6802> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6802'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6802'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6803> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6803'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2363 µm³; Cell size = 15x40 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6803'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6804> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6804'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '32.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6804'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6805> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6805'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6805'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6806> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6806'^^xsd:string;
  dwc:scientificName 'Amphidinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1770 µm³; Cell size = 15x30 µm'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6806'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6807> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6807'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '32.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65625 µm³; Cell size = 50 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6807'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6808> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6808'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '22.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6808'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6809'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6809'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6810> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6810'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6810'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6811> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6811'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '220.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 22x500 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6811'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6812> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6812'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '291.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 55500 µm³; Cell size = 450x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6812'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6813> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6813'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '156.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 52312 µm³; Cell size = 22x340 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6813'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6814> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6814'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '55.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 73405 µm³; Cell size = 22x15xx270 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6814'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6815'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '14.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9845 µm³; Cell size = 15x125 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6815'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6816> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6816'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '17.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 80x90 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6816'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6817> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6817'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '28.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6817'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6818> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6818'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x20 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6818'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6819> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6819'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6819'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6820> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6820'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '7.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31400 µm³; Cell size = 10x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6820'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6821> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6821'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4019 µm³; Cell size = 8x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6821'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6822> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6822'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6822'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6823> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6823'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6823'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6824> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6824'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6824'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6825'^^xsd:string;
  dwc:scientificName 'Chaetoceros insignis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '72'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '575742'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6825'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '575742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6826> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6826'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6826'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6827> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6827'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 333 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6827'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6828> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6828'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '27.95'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6828'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6843> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6843'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '9.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9845 µm³; Cell size = 15x125 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6843'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6844> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6844'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '18.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 138x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6844'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6845> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6845'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x20 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6845'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6846> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6846'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '106.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 213520 µm³; Cell size = 20x680 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6846'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6847> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6847'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '90.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 363063 µm³; Cell size = 25x740 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6847'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6848> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6848'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31400 µm³; Cell size = 10x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6848'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6849> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6849'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 21195 µm³; Cell size = 10x270 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6849'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6850> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6850'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³; Cell size = 3x35 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6850'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6851> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6851'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6851'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6852> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6852'^^xsd:string;
  dwc:scientificName 'Syracosphaera pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1643 µm³; Cell size = 14x16 µm'^^xsd:string;
  dwc:aphiaid '235979'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6852'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '235979'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6853> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6853'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6853'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6854> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6854'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6854'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6855> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6855'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '5.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6855'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6856> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6856'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '54.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6856'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6857> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6857'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '160.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6857'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6858> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6858'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '31.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6858'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6859> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6859'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6859'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6860> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6860'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6860'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6861> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6861'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6861'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6862> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6862'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6862'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6863> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6863'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6863'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6864> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6864'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '4.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6864'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6865> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6865'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6865'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6866> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6866'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '76.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76930 µm³; Cell size = 22x500 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6866'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6867> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6867'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '133'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76000 µm³; Cell size = 22x450 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6867'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6868> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6868'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '8.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 22x400 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6868'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6869> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6869'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '51.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 22x250 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6869'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6870> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6870'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '184.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6870'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6871> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6871'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10x20 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6871'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6872> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6872'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '74'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6872'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6873> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6873'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6873'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6874> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6874'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6874'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6875> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6875'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6875'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6876> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6876'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6876'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6877> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6877'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6877'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6878> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6878'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '10.72'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6878'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6879> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6879'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6879'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6880> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6880'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6880'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6881> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6881'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6881'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6882> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6882'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6882'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6883> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6883'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6883'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6884> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6884'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '57.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76930 µm³; Cell size = 22x500 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6884'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6885> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6885'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '87.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 22x400 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6885'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6886> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6886'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '36.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6886'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6887> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6887'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 34x136 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6887'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6888'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '75'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6888'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6889> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6889'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '2.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6889'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6890> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6890'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '2.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6890'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6891> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6891'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6891'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6892> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6892'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6892'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6893> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6893'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '0.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6893'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6894> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6894'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6894'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6895> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6895'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '12.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6895'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6896> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6896'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '16.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22005 µm³; Cell size = 36x142 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6896'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6897> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6897'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '4.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19625 µm³; Cell size = 10x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6897'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6898> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6898'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '76'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:observedWeight '6.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27475 µm³; Cell size = 10x350 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6898'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6836> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6836'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '25.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6836'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6837> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6837'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6837'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6838> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6838'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6838'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6839> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6839'^^xsd:string;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '3.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13125 µm³; Cell size = 25x40 µm'^^xsd:string;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6839'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6840> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6840'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 22x515 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6840'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6841> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6841'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '82.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 55225 µm³; Cell size = 22x425 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6841'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6842> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.601"^^xsd:decimal ;
  dwc:decimalLongitude "35.678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.601 35.678)"^^geo:wktLiteral ;
  geo-pos:lat "44.601"^^xsd:decimal ;
  geo-pos:long "35.678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6842'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '73'^^xsd:integer;
  dwc:fieldNumber '4914'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '35.678'^^xsd:double;
  dwc:latitude '44.601'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '98.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 22x340 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6842'^^xsd:string;
  dwc:observationDate '1991-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6716> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6716'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '152'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76000 µm³; Cell size = 22x450 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6716'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6717> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6717'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '68.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54774 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6717'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6718> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6718'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '4.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19857 µm³; Cell size = 136x30 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6718'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6719> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6719'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '3.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14915 µm³; Cell size = 10x190 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6719'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6720> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6720'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4019 µm³; Cell size = 8x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6720'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6721> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6721'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 283 µm³; Cell size = 6x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6721'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6722> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6722'^^xsd:string;
  dwc:scientificName 'Leptocylindrus danicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1256 µm³'^^xsd:string;
  dwc:aphiaid '149106'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6722'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6723> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6723'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6723'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6724> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6724'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6724'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6725> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6725'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6725'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6726> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6726'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6726'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6727> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6727'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6727'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6728> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6728'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6728'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6729> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6729'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6729'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6730> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6730'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6730'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6731> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6731'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6731'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6732'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '4.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6732'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6733> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6733'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6733'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6642'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '29.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6642'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6643'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3387 µm³; Cell size = 18x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6643'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6644'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6644'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6645'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.29'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9165 µm³; Cell size = 25x28 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6645'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6646'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '13.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6646'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6647'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.82'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6647'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6648'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22004 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6648'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6649'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '10.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6649'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6650> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6650'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '16.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6650'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6651'^^xsd:string;
  dwc:scientificName 'Peridinium globulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '8.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '163843'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6651'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6652'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6652'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6653'^^xsd:string;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1613 µm³; Cell size = 16 µm'^^xsd:string;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6653'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6654'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6654'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6655'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6655'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6656'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '615.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76930 µm³; Cell size = 490 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6656'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6657'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '220.9'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 55225 µm³; Cell size = 440x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6657'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6658'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '54.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54774 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6658'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6659'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '6.49'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25957 µm³; Cell size = 250x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6659'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6660'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '24.84'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6660'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6661'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '3.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15000 µm³; Cell size = 148x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6661'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6734> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6734'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6734'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6735> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6735'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '200.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 22x510 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6735'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6736'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '212.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 22x400 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6736'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6737> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6737'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '136.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54774 µm³; Cell size = 22x350 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6737'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6738> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6738'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 138x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6738'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6739> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6739'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '11.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44745 µm³; Cell size = 10x570 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6739'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6740> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6740'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '7.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31400 µm³; Cell size = 10x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6740'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6741> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6741'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4019 µm³; Cell size = 8x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6741'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6742> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6742'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '69'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³; Cell size = 3x35 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6742'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6743'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6743'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6744> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6744'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6744'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6745> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6745'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6745'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6746'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 510x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6746'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6747> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6747'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '12.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6747'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6748> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6748'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6748'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6749> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6749'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '70'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '6.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 27475 µm³; Cell size = 10x350 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6749'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6603'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '12.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6603'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6604> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6604'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6604'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6605'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '21.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6605'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6606'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6606'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6607'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6607'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6608'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6608'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6609'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6609'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6610'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 105 µm³; Cell size = 5x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6610'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6611'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '28.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6611'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6612'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6612'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6613> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6613'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '10.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6613'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6614'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3266 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6614'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6615'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6615'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6616'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6616'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6617'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '60.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 510x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6617'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6618'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '263.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 75391 µm³; Cell size = 490x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6618'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6619> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6619'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '275'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 410x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6619'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6620'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '86.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6620'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6621'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 319 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6621'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6622'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '48.98'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39187 µm³; Cell size = 8x780 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6622'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6623'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '90.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 90079 µm³; Cell size = 15x510 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6623'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6624'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '22.61'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 45216 µm³; Cell size = 12x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6624'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6625'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 23550 µm³; Cell size = 10x300 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6625'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6626'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '18.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 18055 µm³; Cell size = 10x230 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6626'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6627> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6627'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10174 µm³; Cell size = 12x90 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6627'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6628'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³; Cell size = 3x35 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6628'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6629'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6629'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6630'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '65'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.37'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1099 µm³; Cell size = 10x14 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6630'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6631'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '12.66'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6631'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6632'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6632'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6633'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '9.62'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6633'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6634'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '28.14'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6634'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6635> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6635'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '11.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6635'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6636'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6636'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6637'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '1.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6637'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6638'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6638'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6639'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 336 µm³; Cell size = 8x10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6639'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6662'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 319 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6662'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6663> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6663'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '98.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65563 µm³; Cell size = 580x12 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6663'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6664'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '38.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50868 µm³; Cell size = 12x450 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6664'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6665> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6665'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '7.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9616 µm³; Cell size = 7x250 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6665'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6666> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6666'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '33.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26690 µm³; Cell size = 10x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6666'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6667> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6667'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1570 µm³; Cell size = 5x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6667'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6668'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³; Cell size = 3x30 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6668'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6669'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '2.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6669'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6670'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6670'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6671'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '9.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6671'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6672'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6672'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6673'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '11.55'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6673'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6674> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6674'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6674'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6675'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.85'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6675'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6676> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6676'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6676'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6677'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '23.89'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6677'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6678> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6678'^^xsd:string;
  dwc:scientificName 'Gymnodinium najadeum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '109816'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6678'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109816'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6679> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6679'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6679'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6680> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6680'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '8.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6680'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6681> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6681'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6681'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6682> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6682'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6682'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6683> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6683'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '12.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6683'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6684> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6684'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6684'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6685> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6685'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '5.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6685'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6686> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6686'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '8.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6686'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6687> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6687'^^xsd:string;
  dwc:scientificName 'Peridinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6687'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6688> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6688'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '220.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 513x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6688'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6689> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6689'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '442.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 76930 µm³; Cell size = 490x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6689'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6690> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6690'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '60.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 48466 µm³; Cell size = 300x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6690'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6691> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6691'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6691'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6692> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6692'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '35'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 80x90 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6692'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6693> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6693'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '19.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 39250 µm³; Cell size = 10x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6693'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6694> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6694'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '6.41'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25622 µm³; Cell size = 8x510 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6694'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6695> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6695'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '47.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 95283 µm³; Cell size = 17x420 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6695'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6696> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6696'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '7.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 29045 µm³; Cell size = 10x370 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6696'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6697> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6697'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '26'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25999 µm³; Cell size = 12x230 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6697'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6698> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6698'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³; Cell size = 3x30 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6698'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6699> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6699'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.36'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 339 µm³; Cell size = 6x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6699'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6700> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "20"^^xsd:integer ;
  dwc:maximumDepthInMeters "20"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6700'^^xsd:string;
  dwc:scientificName 'Chaetoceros affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '67'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '20'^^xsd:integer;
  dwc:maximumDepth '20'^^xsd:integer;
  dwc:observedWeight '1.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 629 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149241'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6700'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149241'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6701'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6701'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6702'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6702'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6703> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6703'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '11.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6703'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6704> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6704'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '34.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6704'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6705> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6705'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '14.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6705'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6706> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6706'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6706'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6707'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.52'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6707'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6708> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6708'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6708'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6709> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6709'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '8.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6709'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6710> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6710'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3054 µm³; Cell size = 18 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6710'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6711> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6711'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.67'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6711'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6712> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6712'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6712'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6713> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6713'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '7.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6713'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6714> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6714'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6714'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6715'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '68'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '200'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 22x430 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6715'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6640'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6640'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.993"^^xsd:decimal ;
  dwc:decimalLongitude "36.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.993 36.16)"^^geo:wktLiteral ;
  geo-pos:lat "43.993"^^xsd:decimal ;
  geo-pos:long "36.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6641'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '66'^^xsd:integer;
  dwc:fieldNumber '4912'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '36.16'^^xsd:double;
  dwc:latitude '43.993'^^xsd:double;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6641'^^xsd:string;
  dwc:observationDate '1991-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6490'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '2.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9616 µm³; Cell size = 125x22 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6490'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6491'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '9.31'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x34 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6491'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6492'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.56'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 319 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6492'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6496'^^xsd:string;
  dwc:scientificName 'Rhizosolenia fragilissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.79'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6280 µm³; Cell size = 10x80 µm'^^xsd:string;
  dwc:aphiaid '149231'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6496'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6497'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '8.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6497'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6465'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '50.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6465'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6466'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '198.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6466'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6467'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '178.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6467'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6468'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6468'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6469'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6469'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6470'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6470'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6471'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6471'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6472'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6472'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6473'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6473'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6474'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '5.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1323 µm³; Cell size = 12x35 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6474'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6475'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2363 µm³; Cell size = 15x40 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6475'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6476'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.3'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2360 µm³; Cell size = 15x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6476'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6477'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '16.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6477'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6478'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6478'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6479'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25931 µm³; Cell size = 42 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6479'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6480'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6480'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6481'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11525 µm³; Cell size = 28 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6481'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6482'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '10.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 20635 µm³; Cell size = 34 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6482'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6483'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '82.69'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132300 µm³; Cell size = 60x70 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6483'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6484'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6484'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6485'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6485'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6493'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6493'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6494'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '6.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 25120 µm³; Cell size = 8x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6494'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6495'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '3.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 13345 µm³; Cell size = 10x170 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6495'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6430'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '17.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6430'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6431'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6431'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6432'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '59.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6432'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6433'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '55.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6433'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6434'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6434'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6435'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6435'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6436'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6436'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6437'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6437'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6438'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2360 µm³; Cell size = 15x20 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6438'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6439'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 788 µm³; Cell size = 10x30 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6439'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6440'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6440'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6441'^^xsd:string;
  dwc:scientificName 'Exuviaella marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 3213 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '160579'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6441'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6442'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6442'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6443'^^xsd:string;
  dwc:scientificName 'Exuviaella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.09'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 361 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6443'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6444'^^xsd:string;
  dwc:scientificName 'Prorocentrum micans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '13.97'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22344 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110303'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6444'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110303'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6445'^^xsd:string;
  dwc:scientificName 'Protoceratium reticulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '110321'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6445'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110321'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6446'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6446'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6447'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6447'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6448'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6448'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6449'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132300 µm³; Cell size = 60x70 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6449'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6450'^^xsd:string;
  dwc:scientificName 'Peridinium granii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '162785'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6450'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110223'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6451'^^xsd:string;
  dwc:scientificName 'Peridinium steini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '5.63'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 22509 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '345379'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6451'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6452'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 33600 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6452'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6453'^^xsd:string;
  dwc:scientificName 'Gonyaulax sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.7'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 5575 µm³; Cell size = 22 µm'^^xsd:string;
  dwc:aphiaid '109519'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6453'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6454'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '102.39'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 58509 µm³; Cell size = 420x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6454'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6455'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '7.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 280x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6455'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6456'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '16.35'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 26156 µm³; Cell size = 160x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6456'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6457'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6457'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6458'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '24.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 64433 µm³; Cell size = 12x570 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6458'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6459'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '15.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 41825 µm³; Cell size = 12x370 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6459'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6460'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 942 µm³; Cell size = 10x12 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6460'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6461'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '4.71'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 2.5x84 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6461'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6462'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49 µm³; Cell size = 30x2.5 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6462'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6463'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '58'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:observedWeight '1.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = d=25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6463'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6464'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '15.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6464'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6498'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.22'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³; Cell size = 35x3 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6498'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6499'^^xsd:string;
  dwc:scientificName 'Sceletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 196 µm³; Cell size = 5x10 µm'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6499'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6500'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.51'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = d=25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6500'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6501'^^xsd:string;
  dwc:scientificName 'Euglena sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '0.12'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 945 µm³; Cell size = 12x25 µm'^^xsd:string;
  dwc:aphiaid '8012'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6501'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '8012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6502'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6502'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6503'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '6.33'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6503'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6486'^^xsd:string;
  dwc:scientificName 'Gonyaulax gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '110022'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6486'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6487'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '206.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6487'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6488'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '18.75'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30000 µm³; Cell size = 260x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6488'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6489'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '59'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:observedWeight '11.81'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6489'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6602'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 329 µm³; Cell size = 5x50 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6602'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6542> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6542'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.42'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6542'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6543'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '9.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6543'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6544> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6544'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1323 µm³; Cell size = 12x35 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6544'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6545> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6545'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6545'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6546> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6546'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '70.87'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 47247 µm³; Cell size = 380x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6546'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6547> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6547'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '6.21'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6547'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6548> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6548'^^xsd:string;
  dwc:scientificName 'Cystodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2156 µm³; Cell size = 14x28 µm'^^xsd:string;
  dwc:aphiaid '196830'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6548'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '196830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6549'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.24'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 319 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6549'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6550'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '11.19'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 44745 µm³; Cell size = 10x570 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6550'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6551> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6551'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.94'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 11775 µm³; Cell size = 10x150 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6551'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6552'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6673 µm³; Cell size = 5x340 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6552'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6553> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6553'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '7.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6553'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6554> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6554'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³; Cell size = 3x30 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6554'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6555> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6555'^^xsd:string;
  dwc:scientificName 'Rhabdosphaera longistylis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '2.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8203 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '235973'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6555'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '613388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6556'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4091 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6556'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6557> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6557'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '5.28'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6557'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6558'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '7.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6558'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6559'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '30.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6559'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6560'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '25.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6560'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6561> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6561'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6561'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6562'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.07'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6562'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6563'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6563'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6564'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '2.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6564'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6565'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 8181 µm³; Cell size = 25 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6565'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6566'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '5.32'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6566'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6567'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '14.18'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 113400 µm³; Cell size = 60 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6567'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6568'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '60.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 520x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6568'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6569'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '178.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 54774 µm³; Cell size = 356x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6569'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6570'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '19.23'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 30772 µm³; Cell size = 200x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6570'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6571'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '3.1'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24839 µm³; Cell size = 136x36 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6571'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6572'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '17.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 80x90 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6572'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6573'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '10.38'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 41507 µm³; Cell size = 15x235 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6573'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6574'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '1.6'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 138 µm³; Cell size = 2.5x84 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6574'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6575'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '62'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:observedWeight '0.03'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6575'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6576'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '8.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6576'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6577> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6577'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.47'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6577'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6578> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6578'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '2.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6578'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6579> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6579'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6579'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6580'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.46'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6580'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6581'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6581'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6582'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6582'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6583'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.91'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 905 µm³; Cell size = 12 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6583'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6584'^^xsd:string;
  dwc:scientificName 'Phalacroma ovum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '1.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 10710 µm³; Cell size = 30x35 µm'^^xsd:string;
  dwc:aphiaid '418168'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6584'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '418168'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6585'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '56.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 50000 µm³; Cell size = 400x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6585'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6586'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '109.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 48466 µm³; Cell size = 315x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6586'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6587'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '15.77'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31541 µm³; Cell size = 215x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6587'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6588'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '209.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 119738 µm³; Cell size = 513x22x12 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6588'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6589'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 72000 µm³; Cell size = 80x90 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6589'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6590'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '3.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 31400 µm³; Cell size = 10x400 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6590'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6591'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6591'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6592'^^xsd:string;
  dwc:scientificName 'Nitzschia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 197 µm³; Cell size = 5x30 µm'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6592'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6593'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 71 µm³; Cell size = 3x30 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6593'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6594'^^xsd:string;
  dwc:scientificName 'Coccolithus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '63'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:observedWeight '0.53'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = d=20 µm'^^xsd:string;
  dwc:aphiaid '178598'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6594'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '178598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6595'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '1.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6595'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6596'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6596'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6597> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6597'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6597'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6598'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.04'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6598'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6599'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '0.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6599'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6600'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '100.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 80007 µm³; Cell size = 510x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6600'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6601'^^xsd:string;
  dwc:scientificName 'Rhizosolenia sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '64'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:observedWeight '3.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15700 µm³; Cell size = 10x200 µm'^^xsd:string;
  dwc:aphiaid '149069'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6601'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6504'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '39.65'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6504'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6505'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '155.44'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6505'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6506'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '136.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6506'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6507'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.08'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6507'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6508'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6508'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6509'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.64'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 638 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6509'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6510'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 151 µm³; Cell size = 6x8 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6510'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6511'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.02'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6511'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6512'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6512'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6513'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.34'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1356 µm³; Cell size = 12x18 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6513'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6514'^^xsd:string;
  dwc:scientificName 'Gymnodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '1.58'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 6300 µm³; Cell size = 20x30 µm'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6514'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6515'^^xsd:string;
  dwc:scientificName 'Gyrodinium fusiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '4.96'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1323 µm³; Cell size = 12x35 µm'^^xsd:string;
  dwc:aphiaid '109856'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6515'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6516'^^xsd:string;
  dwc:scientificName 'Exuviaella cordata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '22.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1672 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '574222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6516'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '232376'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6517'^^xsd:string;
  dwc:scientificName 'Exuviaella compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '19.01'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 19008 µm³; Cell size = 40 µm'^^xsd:string;
  dwc:aphiaid '574223'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6517'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '447746'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6518'^^xsd:string;
  dwc:scientificName 'Dinophysis fortii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '38.8'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 51729 µm³; Cell size = 45x70 µm'^^xsd:string;
  dwc:aphiaid '109624'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6518'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109624'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6519'^^xsd:string;
  dwc:scientificName 'Peridinium trochoideum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '3.54'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14175 µm³; Cell size = 30 µm'^^xsd:string;
  dwc:aphiaid '163832'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6519'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '1321853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6520'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '66.15'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132300 µm³; Cell size = 60x70 µm'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6520'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6521'^^xsd:string;
  dwc:scientificName 'Gyrodinium sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.59'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 2360 µm³; Cell size = 20x15 µm'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6521'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6522'^^xsd:string;
  dwc:scientificName 'Peridinea sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '1.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4200 µm³; Cell size = 20 µm'^^xsd:string;
  dwc:aphiaid '562634'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6522'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '562634'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6523'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '86.16'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 49235 µm³; Cell size = 350x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6523'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6524'^^xsd:string;
  dwc:scientificName 'Ceratium fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '165.68'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 55225 µm³; Cell size = 450x22 µm'^^xsd:string;
  dwc:aphiaid '109951'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6524'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6525'^^xsd:string;
  dwc:scientificName 'Ceratium furca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '2.4'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9616 µm³; Cell size = 125x22 µm'^^xsd:string;
  dwc:aphiaid '109950'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6525'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '840627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6526'^^xsd:string;
  dwc:scientificName 'Ceratium tripos'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '17.5'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 70000 µm³; Cell size = 80x90 µm'^^xsd:string;
  dwc:aphiaid '109982'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6526'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '495363'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6527> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6527'^^xsd:string;
  dwc:scientificName 'Hillea fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.88'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 319 µm³; Cell size = 8x19 µm'^^xsd:string;
  dwc:aphiaid '178567'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6527'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '178567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6528> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6528'^^xsd:string;
  dwc:scientificName 'Phalacroma rotundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '3.76'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15049 µm³; Cell size = 35 µm'^^xsd:string;
  dwc:aphiaid '156505'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6528'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '156505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6529> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6529'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '2.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 9813 µm³; Cell size = 5x500 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6529'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6530> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6530'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '52.99'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 211950 µm³; Cell size = 30x300 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6530'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6531> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6531'^^xsd:string;
  dwc:scientificName 'Rhizosolenia calcar-avis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '3.93'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 15700 µm³; Cell size = 10x200 µm'^^xsd:string;
  dwc:aphiaid '163346'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6531'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '163346'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6532'^^xsd:string;
  dwc:scientificName 'Nitzschia delicatissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '13.83'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 132 µm³; Cell size = 2.5x80 µm'^^xsd:string;
  dwc:aphiaid '149318'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6532'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6533> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6533'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '0.73'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 83 µm³; Cell size = 3x35 µm'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6533'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6534> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6534'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '60'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:observedWeight '3.45'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 4603 µm³; Cell size = 5x70 µm'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6534'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6535> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6535'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '3.17'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 1055 µm³; Cell size = 12x14 µm'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6535'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6536> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6536'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '18.2'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6536'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6537> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6537'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '50.92'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 268 µm³; Cell size = 8 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6537'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6538'^^xsd:string;
  dwc:scientificName 'Coccolithus huxleyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '47.25'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 525 µm³; Cell size = 10 µm'^^xsd:string;
  dwc:aphiaid '236055'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6538'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '236056'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6539> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6539'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.06'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 14 µm³; Cell size = 3 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6539'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6540'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.26'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 65 µm³; Cell size = 5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6540'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.3"^^xsd:decimal ;
  dwc:decimalLongitude "37.199"^^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 ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.3 37.199)"^^geo:wktLiteral ;
  geo-pos:lat "43.3"^^xsd:decimal ;
  geo-pos:long "37.199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/4387__urn%3Acatalog%3AIBSS%3APhytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035%3AIBSS_Phytodata%2C%20R%2FV%20Prof.%20Vodyanitskij%20cr.%2035_6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4387_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "4910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2013-12-10'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'Phytodata, R/V Prof. Vodyanitskij cr. 35'^^xsd:string;
  dwc:catalogNumber 'IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6541'^^xsd:string;
  dwc:scientificName 'Flagellates sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:collectorNumber '61'^^xsd:integer;
  dwc:fieldNumber '4910'^^xsd:integer;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:timeZone '+02:00'^^xsd:string;
  dwc:continentOcean 'Atlantic Ocean - Black Sea'^^xsd:string;
  dwc:longitude '37.199'^^xsd:double;
  dwc:latitude '43.3'^^xsd:double;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:observedWeight '0.05'^^xsd:double;
  dwc:occurrenceRemarks 'Unit ObservedWeight: mg/m³; Average cell volume = 24 µm³; Cell size = 3x5 µm'^^xsd:string;
  dwc:aphiaid '146222'^^xsd:integer;
  dwc:sampleSize 'Ind/liter'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IBSS:Phytodata, R/V Prof. Vodyanitskij cr. 35:IBSS_Phytodata, R/V Prof. Vodyanitskij cr. 35_6541'^^xsd:string;
  dwc:observationDate '1991-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '5'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
# EOF